Skip to content

Commit cfab3d1

Browse files
committed
adding leading BC pattern and corrections for rate
1 parent 789d0d8 commit cfab3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ struct LumiStabilityTask {
289289
}
290290
}
291291

292-
EventSelectionParams* par = ccdb->getForTimeStamp<EventSelectionParams>("EventSelection/EventSelectionParams", ts);
292+
/*EventSelectionParams* par = ccdb->getForTimeStamp<EventSelectionParams>("EventSelection/EventSelectionParams", ts);
293293
// access orbit-reset timestamp
294294
auto ctpx = ccdb->getForTimeStamp<std::vector<int64_t>>("CTP/Calib/OrbitReset", ts);
295295
int64_t tsOrbitReset = (*ctpx)[0]; // us

0 commit comments

Comments
 (0)