There was an error while loading. Please reload this page.
1 parent 4a95243 commit 52674bcCopy full SHA for 52674bc
1 file changed
PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx
@@ -1573,7 +1573,7 @@ struct he3HadronFemto {
1573
hGenEventsNchEta08->Fill(mcCollision.multMCNParticlesEta08(), 0);
1574
1575
if (collisions.size() == 0) {
1576
- hEvtMC->Fill(1);
+ hEvtMC->Fill(2);
1577
}
1578
1579
bool atLeastOneRecoEvt = false;
@@ -1604,7 +1604,7 @@ struct he3HadronFemto {
1604
1605
1606
if (atLeastOneRecoEvt) {
1607
- hEvtMC->Fill(2);
+ hEvtMC->Fill(1);
1608
hGenEventsNchEta05->Fill(mcCollision.multMCNParticlesEta05(), 1);
1609
hGenEventsNchEta08->Fill(mcCollision.multMCNParticlesEta08(), 1);
1610
hImpactParamGenOneReco->Fill(mcCollision.impactParameter());
0 commit comments