Skip to content

Commit d3485f4

Browse files
committed
Issue with access histos
1 parent ca1539c commit d3485f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ struct LumiStabilityTask {
270270
nOrbitsPerTF = 32; // 128 in 2022, 32 in 2023
271271
}
272272
int runNumber = bcs.iteratorAt(0).runNumber();
273+
// std::string histName = "hOrbitFDDVertexCoinc_" + std::to_string(runNumber);
273274
if (runNumber != lastRunNumber && executionCounter < 1) {
274275
tsSOR = 0;
275276
tsEOR = 1;
@@ -456,7 +457,7 @@ struct LumiStabilityTask {
456457
if (vertex) {
457458
histos.fill(HIST("FDD/bcVertexTrigger"), localBC);
458459
histos.fill(HIST("FDD/hCounts"), 1);
459-
histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
460+
// histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
460461

461462
if (bcPatternB[localBC]) {
462463
histos.fill(HIST("FDD/hTimeForRate"), (bc.timestamp() - tsSOR) * 1.e-3); // Converting ms into seconds
@@ -748,7 +749,7 @@ struct LumiStabilityTask {
748749
histos.fill(HIST("FT0/hCounts"), 0);
749750
if (vertex) {
750751
histos.fill(HIST("FT0/bcVertexTrigger"), localBC);
751-
histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
752+
// histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
752753

753754
if (bcPatternA[localBC]) {
754755
histos.fill(HIST("FT0/timeACbcA"), ft0.timeA(), ft0.timeC());
@@ -904,7 +905,7 @@ struct LumiStabilityTask {
904905
}
905906

906907
if (aCen) {
907-
histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
908+
// histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
908909
histos.fill(HIST("FV0/bcCenTrigger"), localBC);
909910

910911
if (bcPatternA[localBC]) {

0 commit comments

Comments
 (0)