File tree Expand file tree Collapse file tree
PWGLF/TableProducer/Resonances Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ struct ResonanceModuleInitializer {
7373 static constexpr int MCCentralityImpactParameterEstimator = 2 ;
7474 static constexpr float MCVertexZMax = 10 .f;
7575
76- int mRunNumber ; // /< Run number for the current data
77- int multEstimator; // /< Multiplicity estimator type
78- float dBz; // /< Magnetic field value
79- float centrality; // /< Centrality value for the event
76+ int mRunNumber = 0 ; // /< Run number for the current data
77+ int multEstimator = 0 ; // /< Multiplicity estimator type
78+ float dBz = 0 .f; // /< Magnetic field value
79+ float centrality = 0 .f; // /< Centrality value for the event
8080 Service<o2::ccdb::BasicCCDBManager> ccdb; // /< CCDB manager service
8181 Service<o2::framework::O2DatabasePDG> pdg; // /< PDG database service
8282
@@ -968,7 +968,7 @@ struct ResonanceDaughterInitializer {
968968 (!SecondaryCuts.cfgSecondaryCrossMassHypothesisCut ||
969969 (std::fabs (v0.mLambda () - MassLambda0) >= SecondaryCuts.cfgSecondaryCrossMassCutWindow &&
970970 std::fabs (v0.mAntiLambda () - MassLambda0Bar) >= SecondaryCuts.cfgSecondaryCrossMassCutWindow ));
971- selected = selected || passesK0;
971+ selected = passesK0;
972972 }
973973 if (FilterForDerivedTables.cfgFillLambda0 ) {
974974 const bool passesLambdaPID = bypassDaughterPID ||
You can’t perform that action at this time.
0 commit comments