File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,8 @@ struct LumiStabilityTask {
270270 nOrbitsPerTF = 32 ; // 128 in 2022, 32 in 2023
271271 }
272272 int runNumber = bcs.iteratorAt (0 ).runNumber ();
273+ int64_t tsSOR = 0 ;
274+ int64_t tsEOR = 1 ;
273275 // std::string histName = "hOrbitFDDVertexCoinc_" + std::to_string(runNumber);
274276 if (runNumber != lastRunNumber && executionCounter < 1 ) {
275277 tsSOR = 0 ;
@@ -458,6 +460,7 @@ struct LumiStabilityTask {
458460 histos.fill (HIST (" FDD/bcVertexTrigger" ), localBC);
459461 histos.fill (HIST (" FDD/hCounts" ), 1 );
460462 histos.fill (HIST (" hOrbitFDDVertex" ), orbit - minOrbit);
463+ histos.fill (HIST (" FDD/hTimeForRate" ), (bc.timestamp () - tsSOR) * 1000 ); // Converting ms into seconds
461464
462465 if (bcPatternB[localBC]) {
463466 histos.fill (HIST (" FDD/hTimeForRate" ), (bc.timestamp () - tsSOR) * 1 .e -3 ); // Converting ms into seconds
You can’t perform that action at this time.
0 commit comments