@@ -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