Skip to content

Commit 8c59dcc

Browse files
committed
a solution for histo acces
1 parent 513fe23 commit 8c59dcc

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
@@ -462,7 +462,7 @@ struct LumiStabilityTask {
462462
if (vertex) {
463463
histos.fill(HIST("FDD/bcVertexTrigger"), localBC);
464464
histos.fill(HIST("FDD/hCounts"), 1);
465-
// histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
465+
histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
466466

467467
if (bcPatternB[localBC]) {
468468
histos.fill(HIST("FDD/hTimeForRate"), (bc.timestamp() - tsSOR) * 1.e-3); // Converting ms into seconds
@@ -754,7 +754,7 @@ struct LumiStabilityTask {
754754
histos.fill(HIST("FT0/hCounts"), 0);
755755
if (vertex) {
756756
histos.fill(HIST("FT0/bcVertexTrigger"), localBC);
757-
// histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
757+
histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
758758

759759
if (bcPatternA[localBC]) {
760760
histos.fill(HIST("FT0/timeACbcA"), ft0.timeA(), ft0.timeC());
@@ -910,7 +910,7 @@ struct LumiStabilityTask {
910910
}
911911

912912
if (aCen) {
913-
// histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
913+
histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
914914
histos.fill(HIST("FV0/bcCenTrigger"), localBC);
915915

916916
if (bcPatternA[localBC]) {

0 commit comments

Comments
 (0)