Skip to content

Commit 1b8c8fb

Browse files
committed
new changes
1 parent b501334 commit 1b8c8fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGMM/Lumi/Tasks/lumiStability.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ struct LumiStabilityTask {
251251
int runNumber = bcs.iteratorAt(0).runNumber();
252252
int64_t tsSOR;
253253
int64_t tsEOR;
254-
// std::string histName = "hOrbitFDDVertexCoinc_" + std::to_string(runNumber);
255254
if (runNumber != lastRunNumber && executionCounter < 1) {
256255
tsSOR = 0;
257256
tsEOR = 1;
@@ -339,7 +338,6 @@ struct LumiStabilityTask {
339338
// histos.add("hOrbitFT0vertex", "", kTH1F, {axisOrbits});
340339
// histos.add("hOrbitFV0Central", "", kTH1F, {axisOrbits});
341340
}
342-
// std::cout << "****************** tsSOR: " << (tsSOR) * 1.e-3 << " ************************* " << std::endl;
343341

344342
for (auto const& fdd : fdds) {
345343
auto bc = fdd.bc_as<BCsWithTimestamps>();
@@ -377,9 +375,6 @@ struct LumiStabilityTask {
377375
histos.fill(HIST("FDD/bcVertexTrigger"), localBC);
378376
histos.fill(HIST("FDD/hCounts"), 1);
379377
histos.fill(HIST("hOrbitFDDVertex"), orbit - minOrbit);
380-
// std::cout << "****************** timestamp - tsSOR: " << (bc.timestamp() - tsSOR) * 1000 << " ************************* " << std::endl;
381-
// std::cout << "****************** timestamp: " << (bc.timestamp()) * 1000 << " ************************* " << std::endl; //1660925892880000
382-
// std::cout << "****************** tsSOR: " << (tsSOR) * 1000 << " ************************* " << std::endl;
383378
histos.fill(HIST("FDD/hTimeForRate"), (bc.timestamp() - tsSOR) * 1.e-3); // Converting ms into seconds
384379

385380
if (bcPatternB[localBC]) {

0 commit comments

Comments
 (0)