We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4df63 commit 73cee1aCopy full SHA for 73cee1a
PWGMM/Lumi/Tasks/lumiStability.cxx
@@ -378,7 +378,7 @@ struct LumiStabilityTask {
378
histos.fill(HIST("TFsPerMinute"), timeSinceSOF);
379
}
380
381
- if (bcPatternB[localBC]) {
+ // if (bcPatternB[localBC]) {
382
if (trgFDD) {
383
histos.fill(HIST("FDD/nBCsVsTime"), timeSinceSOF);
384
histos.fill(HIST("FDD/bcVertexTriggerCTP"), localBC + 7);
@@ -415,8 +415,7 @@ struct LumiStabilityTask {
415
if (trgFV0) {
416
histos.fill(HIST("FV0/hTimeForRateLeadingBCCTP"), (bc.timestamp() - tsSOR) * 1.e-3);
417
418
- }
419
+ // }
420
} // loop over bcs
421
422
for (auto const& fdd : fdds) {
0 commit comments