@@ -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 ) {
@@ -466,9 +464,6 @@ struct LumiStabilityTask {
466464 histos.fill (HIST (" FDD/bcVertexTrigger" ), localBC);
467465 histos.fill (HIST (" FDD/hCounts" ), 1 );
468466 histos.fill (HIST (" hOrbitFDDVertex" ), orbit - minOrbit);
469- // std::cout << "****************** timestamp - tsSOR: " << (bc.timestamp() - tsSOR) * 1000 << " ************************* " << std::endl;
470- // std::cout << "****************** timestamp: " << (bc.timestamp()) * 1000 << " ************************* " << std::endl; //1660925892880000
471- // std::cout << "****************** tsSOR: " << (tsSOR) * 1000 << " ************************* " << std::endl;
472467 histos.fill (HIST (" FDD/hTimeForRate" ), (bc.timestamp () - tsSOR) * 1 .e -3 ); // Converting ms into seconds
473468
474469 if (bcPatternB[localBC]) {
0 commit comments