Skip to content

Commit 4f74f01

Browse files
committed
Issue with access histos
1 parent 7393155 commit 4f74f01

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
@@ -244,6 +244,7 @@ struct LumiStabilityTask {
244244
nOrbitsPerTF = 32; // 128 in 2022, 32 in 2023
245245
}
246246
int runNumber = bcs.iteratorAt(0).runNumber();
247+
// std::string histName = "hOrbitFDDVertexCoinc_" + std::to_string(runNumber);
247248
if (runNumber != lastRunNumber && executionCounter < 1) {
248249
tsSOR = 0;
249250
tsEOR = 1;
@@ -366,7 +367,7 @@ struct LumiStabilityTask {
366367
if (vertex) {
367368
histos.fill(HIST("FDD/bcVertexTrigger"), localBC);
368369
histos.fill(HIST("FDD/hCounts"), 1);
369-
histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
370+
// histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
370371

371372
if (bcPatternB[localBC]) {
372373
histos.fill(HIST("FDD/hTimeForRate"), (bc.timestamp() - tsSOR) * 1.e-3); // Converting ms into seconds
@@ -657,7 +658,7 @@ struct LumiStabilityTask {
657658
histos.fill(HIST("FT0/hCounts"), 0);
658659
if (vertex) {
659660
histos.fill(HIST("FT0/bcVertexTrigger"), localBC);
660-
histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
661+
// histos.fill(HIST("hOrbitFT0vertex"), orbit - minOrbit);
661662

662663
if (bcPatternA[localBC]) {
663664
histos.fill(HIST("FT0/timeACbcA"), ft0.timeA(), ft0.timeC());
@@ -813,7 +814,7 @@ struct LumiStabilityTask {
813814
}
814815

815816
if (aCen) {
816-
histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
817+
// histos.fill(HIST("hOrbitFV0Central"), orbit - minOrbit);
817818
histos.fill(HIST("FV0/bcCenTrigger"), localBC);
818819

819820
if (bcPatternA[localBC]) {

0 commit comments

Comments
 (0)