Skip to content

Commit 10d8803

Browse files
committed
new changes
1 parent b1df0b7 commit 10d8803

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

Comments
 (0)