@@ -272,7 +272,6 @@ struct LumiStabilityTask {
272272 int runNumber = bcs.iteratorAt (0 ).runNumber ();
273273 int64_t tsSOR;
274274 int64_t tsEOR;
275- // std::string histName = "hOrbitFDDVertexCoinc_" + std::to_string(runNumber);
276275 if (runNumber != lastRunNumber && executionCounter < 1 ) {
277276 tsSOR = 0 ;
278277 tsEOR = 1 ;
@@ -358,7 +357,6 @@ struct LumiStabilityTask {
358357 // histos.add("hOrbitFT0vertex", "", kTH1F, {axisOrbits});
359358 // histos.add("hOrbitFV0Central", "", kTH1F, {axisOrbits});
360359 }
361- // std::cout << "****************** tsSOR: " << (tsSOR) * 1.e-3 << " ************************* " << std::endl;
362360
363361 for (auto const & bc : bcs) {
364362 if (bc.timestamp () == 0 ) {
@@ -461,9 +459,6 @@ struct LumiStabilityTask {
461459 histos.fill (HIST (" FDD/bcVertexTrigger" ), localBC);
462460 histos.fill (HIST (" FDD/hCounts" ), 1 );
463461 histos.fill (HIST (" hOrbitFDDVertex" ), orbit - minOrbit);
464- // std::cout << "****************** timestamp - tsSOR: " << (bc.timestamp() - tsSOR) * 1000 << " ************************* " << std::endl;
465- // std::cout << "****************** timestamp: " << (bc.timestamp()) * 1000 << " ************************* " << std::endl; //1660925892880000
466- // std::cout << "****************** tsSOR: " << (tsSOR) * 1000 << " ************************* " << std::endl;
467462 histos.fill (HIST (" FDD/hTimeForRate" ), (bc.timestamp () - tsSOR) * 1 .e -3 ); // Converting ms into seconds
468463
469464 if (bcPatternB[localBC]) {
0 commit comments