We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7847f0b commit e95c10cCopy full SHA for e95c10c
1 file changed
PWGLF/TableProducer/Strangeness/cascderivedqaanalysis.cxx
@@ -723,18 +723,15 @@ struct CascDerivedQAanalysis {
723
// Define the type of generated MC collision
724
histos.fill(HIST("hEventPVzMC"), mcCollision.posZ());
725
726
- int evType = 0;
727
uint8_t flagsGen = 0;
728
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINEL;
729
// Generated collision is INEL>0
730
if (mcCollision.multMCNParticlesEta10() > 0) {
731
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINELgt0;
732
- evType++;
733
}
734
// Generated collision is INEL>1
735
if (mcCollision.multMCNParticlesEta10() > 1) {
736
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINELgt1;
737
738
739
740
uint16_t nchFT0 = mcCollision.multMCFT0A() + mcCollision.multMCFT0C();
0 commit comments