Skip to content

Commit a156776

Browse files
committed
new changes
1 parent ae3037c commit a156776

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

Comments
 (0)