Skip to content

Commit efdabef

Browse files
committed
a solution for histo acces
1 parent c43086f commit efdabef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ struct LumiStabilityTask {
457457
if (vertex) {
458458
histos.fill(HIST("FDD/bcVertexTrigger"), localBC);
459459
histos.fill(HIST("FDD/hCounts"), 1);
460-
// histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
460+
histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
461461

462462
if (bcPatternB[localBC]) {
463463
histos.fill(HIST("FDD/hTimeForRate"), (bc.timestamp() - tsSOR) * 1.e-3); // Converting ms into seconds
@@ -749,7 +749,7 @@ struct LumiStabilityTask {
749749
histos.fill(HIST("FT0/hCounts"), 0);
750750
if (vertex) {
751751
histos.fill(HIST("FT0/bcVertexTrigger"), localBC);
752-
// histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
752+
histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
753753

754754
if (bcPatternA[localBC]) {
755755
histos.fill(HIST("FT0/timeACbcA"), ft0.timeA(), ft0.timeC());
@@ -905,7 +905,7 @@ struct LumiStabilityTask {
905905
}
906906

907907
if (aCen) {
908-
// histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
908+
histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
909909
histos.fill(HIST("FV0/bcCenTrigger"), localBC);
910910

911911
if (bcPatternA[localBC]) {

0 commit comments

Comments
 (0)