Skip to content

Commit 73cee1a

Browse files
committed
adding histo for rate correction by filled jobs in alihyperloop
1 parent 6a4df63 commit 73cee1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ struct LumiStabilityTask {
378378
histos.fill(HIST("TFsPerMinute"), timeSinceSOF);
379379
}
380380

381-
if (bcPatternB[localBC]) {
381+
// if (bcPatternB[localBC]) {
382382
if (trgFDD) {
383383
histos.fill(HIST("FDD/nBCsVsTime"), timeSinceSOF);
384384
histos.fill(HIST("FDD/bcVertexTriggerCTP"), localBC + 7);
@@ -415,8 +415,7 @@ struct LumiStabilityTask {
415415
if (trgFV0) {
416416
histos.fill(HIST("FV0/hTimeForRateLeadingBCCTP"), (bc.timestamp() - tsSOR) * 1.e-3);
417417
}
418-
}
419-
}
418+
// }
420419
} // loop over bcs
421420

422421
for (auto const& fdd : fdds) {

0 commit comments

Comments
 (0)