Skip to content

Commit d9ec523

Browse files
committed
Added BC/AC histograms and changed config names
1 parent d2c9eed commit d9ec523

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <cmath>
2222
#include <cstdlib>
2323
// #include <iostream>
24-
#include <iostream>
2524
#include <memory>
2625
#include <string>
2726
#include <vector>
@@ -598,7 +597,7 @@ struct F0980pbpbanalysis {
598597
if (cfgPhiDeepAngleSel && !pairAngleSelection(trk1, trk2)) {
599598
continue;
600599
}
601-
600+
602601
pion1 = ROOT::Math::PxPyPzMVector(trk1.px(), trk1.py(), trk1.pz(), massPtl);
603602
pion2 = ROOT::Math::PxPyPzMVector(trk2.px(), trk2.py(), trk2.pz(), massPtl);
604603
reco = pion1 + pion2;
@@ -701,8 +700,8 @@ struct F0980pbpbanalysis {
701700
if (hTotalEvents)
702701
hTotalEvents->SetBinContent(1, static_cast<double>(nTotalEvents));
703702
// std::cout << "Total number of events processed: " << nTotalEvents << std::endl;
704-
}
705703
}
704+
}
706705
PROCESS_SWITCH(F0980pbpbanalysis, processOnce, "fill Total nEvents once", true);
707706

708707
void init(o2::framework::InitContext&)

0 commit comments

Comments
 (0)