Skip to content

Commit e95c10c

Browse files
authored
Remove unused evType
1 parent 7847f0b commit e95c10c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGLF/TableProducer/Strangeness/cascderivedqaanalysis.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,18 +723,15 @@ struct CascDerivedQAanalysis {
723723
// Define the type of generated MC collision
724724
histos.fill(HIST("hEventPVzMC"), mcCollision.posZ());
725725

726-
int evType = 0;
727726
uint8_t flagsGen = 0;
728727
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINEL;
729728
// Generated collision is INEL>0
730729
if (mcCollision.multMCNParticlesEta10() > 0) {
731730
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINELgt0;
732-
evType++;
733731
}
734732
// Generated collision is INEL>1
735733
if (mcCollision.multMCNParticlesEta10() > 1) {
736734
flagsGen |= o2::aod::myMCcascades::EvFlags::EvINELgt1;
737-
evType++;
738735
}
739736

740737
uint16_t nchFT0 = mcCollision.multMCFT0A() + mcCollision.multMCFT0C();

0 commit comments

Comments
 (0)