Skip to content

Commit 52674bc

Browse files
fix event histogram stored values in event loss workflow
1 parent 4a95243 commit 52674bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ struct he3HadronFemto {
15731573
hGenEventsNchEta08->Fill(mcCollision.multMCNParticlesEta08(), 0);
15741574

15751575
if (collisions.size() == 0) {
1576-
hEvtMC->Fill(1);
1576+
hEvtMC->Fill(2);
15771577
}
15781578

15791579
bool atLeastOneRecoEvt = false;
@@ -1604,7 +1604,7 @@ struct he3HadronFemto {
16041604
}
16051605

16061606
if (atLeastOneRecoEvt) {
1607-
hEvtMC->Fill(2);
1607+
hEvtMC->Fill(1);
16081608
hGenEventsNchEta05->Fill(mcCollision.multMCNParticlesEta05(), 1);
16091609
hGenEventsNchEta08->Fill(mcCollision.multMCNParticlesEta08(), 1);
16101610
hImpactParamGenOneReco->Fill(mcCollision.impactParameter());

0 commit comments

Comments
 (0)