18 collectionTime_(0, 0),
20 lumiSegmentOrbits_(0),
23 bunchCrossingErrors_(0),
26 gtTriggersRate_((float)0.0),
27 gtEventsRate_((float)0.0),
28 prescaleIndexAlgo_(0),
29 prescaleIndexTech_(0),
30 collectionTimeLumiSeg_(0, 0),
31 lumiSegmentNrLumiSeg_(0),
32 triggersPhysicsGeneratedFDL_(0),
33 triggersPhysicsLost_(0),
34 triggersPhysicsLostBeamActive_(0),
35 triggersPhysicsLostBeamInactive_(0),
41 deadtimeBeamActive_(0),
42 deadtimeBeamActiveTriggerRules_(0),
43 deadtimeBeamActiveCalibration_(0),
44 deadtimeBeamActivePrivateOrbit_(0),
45 deadtimeBeamActivePartitionController_(0),
46 deadtimeBeamActiveTimeSlot_(0),
47 gtAlgoCounts_(nLevel1Triggers),
48 gtTechCounts_(nLevel1TestTriggers),
49 lastOrbitCounter0_(0),
53 lastEventCounter0_(0),
146 unsigned long long counts64 = (
unsigned long long)counts;
147 return (
rateLS(counts64, runNumber));
153 rate = ((double)counts) / 23.31040958083832;
155 rate = ((double)counts) / 93.24163832335329;
165 percent = ((double)counts) / 9342812.16;
167 percent = ((double)counts) / 37371248.64;
169 if (percent > 100.0000) {
182 percent = ((double)counts) / 7361003.52;
184 percent = ((double)counts) / 29444014.08;
186 if (percent > 100.0000) {
194 s <<
"Level1TriggerScalers Version:" << c.
version() <<
" SourceID: " << c.
sourceID() << std::endl;
195 constexpr
size_t kLineBufferSize = 164;
196 char line[kLineBufferSize];
197 char zeitHeaven[128];
198 struct tm* horaHeaven;
202 " TrigType: %d EventID: %d BunchNumber: %d",
206 s << line << std::endl;
209 horaHeaven = gmtime(&secondsToHeaven.tv_sec);
210 strftime(zeitHeaven,
sizeof(zeitHeaven),
"%Y.%m.%d %H:%M:%S", horaHeaven);
211 snprintf(line, kLineBufferSize,
" CollectionTime: %s.%9.9d", zeitHeaven, (
int)secondsToHeaven.tv_nsec);
212 s << line << std::endl;
216 " LumiSegmentNr: %10u LumiSegmentOrbits: %10u",
219 s << line << std::endl;
223 " LumiSegmentNrLumiSeg: %10u OrbitNr: %10u ",
226 s << line << std::endl;
230 " GtResets: %10u BunchCrossingErrors: %10u",
233 s << line << std::endl;
237 " PrescaleIndexAlgo: %10d PrescaleIndexTech: %10d",
240 s << line << std::endl;
244 s << line << std::endl;
247 s << line << std::endl;
250 horaHeaven = gmtime(&secondsToHeaven.tv_sec);
251 strftime(zeitHeaven,
sizeof(zeitHeaven),
"%Y.%m.%d %H:%M:%S", horaHeaven);
252 snprintf(line, kLineBufferSize,
" CollectionTimeLumiSeg: %s.%9.9d", zeitHeaven, (
int)secondsToHeaven.tv_nsec);
253 s << line << std::endl;
257 " TriggersPhysicsGeneratedFDL: %20llu %22.3f Hz",
260 s << line << std::endl;
264 " TriggersPhysicsLost: %20llu %22.3f Hz",
267 s << line << std::endl;
271 " TriggersPhysicsLostBeamActive: %20llu %22.3f Hz",
274 s << line << std::endl;
278 " TriggersPhysicsLostBeamInactive: %20llu %22.3f Hz",
281 s << line << std::endl;
285 " L1AsPhysics: %20llu %22.3f Hz",
288 s << line << std::endl;
292 " L1AsRandom: %20llu %22.3f Hz",
295 s << line << std::endl;
299 " L1AsTest: %20llu %22.3f Hz",
302 s << line << std::endl;
306 " L1AsCalibration: %20llu %22.3f Hz",
309 s << line << std::endl;
313 " Deadtime: %20llu %17.3f%%",
316 s << line << std::endl;
320 " DeadtimeBeamActive: %20llu %17.3f%%",
323 s << line << std::endl;
327 " DeadtimeBeamActiveTriggerRules: %20llu %17.3f%%",
330 s << line << std::endl;
334 " DeadtimeBeamActiveCalibration: %20llu %17.3f%%",
337 s << line << std::endl;
341 " DeadtimeBeamActivePrivateOrbit: %20llu %17.3f%%",
344 s << line << std::endl;
348 " DeadtimeBeamActivePartitionController:%20llu %17.3f%%",
351 s << line << std::endl;
355 " DeadtimeBeamActiveTimeSlot: %20llu %17.3f%%",
358 s << line << std::endl;
360 s <<
"Physics GtAlgoCounts" << std::endl;
361 const std::vector<unsigned int> gtAlgoCounts = c.
gtAlgoCounts();
362 int length = gtAlgoCounts.size() / 4;
363 for (
int i = 0;
i < length;
i++) {
366 " %3.3d: %10u %3.3d: %10u %3.3d: %10u %3.3d: %10u",
370 gtAlgoCounts[i + length],
372 gtAlgoCounts[i + (length * 2)],
374 gtAlgoCounts[i + (length * 3)]);
375 s << line << std::endl;
378 s <<
"Test GtTechCounts" << std::endl;
379 const std::vector<unsigned int> gtTechCounts = c.
gtTechCounts();
380 length = gtTechCounts.size() / 4;
381 for (
int i = 0;
i < length;
i++) {
384 " %3.3d: %10u %3.3d: %10u %3.3d: %10u %3.3d: %10u",
388 gtTechCounts[i + length],
390 gtTechCounts[i + (length * 2)],
392 gtTechCounts[i + (length * 3)]);
393 s << line << std::endl;
398 s << line << std::endl;
401 s << line << std::endl;
404 s << line << std::endl;
406 snprintf(line, kLineBufferSize,
" LastStart: %10u 0x%8.8X", c.
lastStart(), c.
lastStart());
407 s << line << std::endl;
410 s << line << std::endl;
413 s << line << std::endl;
unsigned long long deadtimeBeamActivePartitionController_
float gtEventsRate() const
unsigned int gtTechCounts[ScalersRaw::N_L1_TEST_TRIGGERS_v1]
unsigned long long l1AsTest
unsigned long long spare1_
static double rateLS(unsigned long long counts)
const edm::EventSetup & c
unsigned long long deadtimeBeamActiveTriggerRules_
unsigned long long gtEvents() const
unsigned long long deadtimeBeamActive() const
unsigned long long deadtimeBeamActivePrivateOrbit() const
unsigned long long triggersPhysicsGeneratedFDL() const
unsigned int bunchNumber() const
virtual ~Level1TriggerScalers()
unsigned int lastTestEnable() const
void set_tv_nsec(long value)
int prescaleIndexAlgo() const
unsigned long long spare[ScalersRaw::N_SPARE_v5]
unsigned long long l1AsRandom() const
unsigned long long triggersPhysicsLostBeamInactive_
unsigned long long deadtimeBeamActiveTimeSlot_
unsigned int lastResync() const
std::vector< unsigned int > gtTechCounts() const
unsigned long long l1AsRandom
unsigned int trigType() const
unsigned long long triggersPhysicsLost() const
unsigned long long triggersPhysicsLostBeamActive() const
unsigned int collectionTime_sec
std::ostream & operator<<(std::ostream &out, const ALILine &li)
unsigned int lastStart() const
unsigned int collectionTime_nsec
unsigned long long gtTriggers_
unsigned int gtResets() const
unsigned long long l1AsCalibration() const
std::vector< unsigned int > gtTechCounts_
unsigned int lumiSegmentNr_
std::vector< unsigned int > gtAlgoCounts_
unsigned long long l1AsCalibration
unsigned long long deadtimeBeamActivePartitionController
unsigned long long deadtimeBeamActiveTimeSlot
unsigned long long triggersPhysicsLostBeamInactive
unsigned long long deadtime_
unsigned long long deadtimeBeamActiveTriggerRules
unsigned long long l1AsTest_
unsigned int lastTestEnable_
unsigned int bunchCrossingErrors() const
unsigned int orbitNr() const
unsigned int lastEventCounter0() const
struct TriggerScalersRaw_v3 trig
std::vector< unsigned int > gtAlgoCounts() const
unsigned int collectionTimeLumiSeg_nsec
unsigned long long triggersPhysicsLost_
unsigned int lumiSegmentOrbits
unsigned long long l1AsPhysics() const
unsigned int lumiSegmentOrbits() const
static double percentLSActive(unsigned long long counts)
unsigned long long l1AsCalibration_
unsigned int lastHardReset
unsigned int bunchNumber_
unsigned long long deadtimeBeamActiveTriggerRules() const
unsigned long long deadtimeBeamActivePrivateOrbit_
unsigned int lastHardReset() const
TimeSpec collectionTimeLumiSeg_
unsigned int lumiSegmentNrLumiSeg_
unsigned long long l1AsTest() const
unsigned int bunchCrossingErrors_
unsigned int lastOrbitCounter0() const
unsigned int lumiSegmentNr() const
unsigned int lastEventCounter0
unsigned long long deadtimeBeamActive_
unsigned long long deadtimeBeamActivePrivateOrbit
unsigned long long deadtime() const
unsigned int gtAlgoCounts[ScalersRaw::N_L1_TRIGGERS_v1]
unsigned int lastTestEnable
unsigned long long gtTriggers() const
static double percentLS(unsigned long long counts)
unsigned int eventID() const
float gtTriggersRate() const
unsigned int sourceID() const
struct timespec collectionTimeLumiSeg() const
unsigned long long deadtimeBeamActiveTimeSlot() const
unsigned long long triggersPhysicsLostBeamActive
unsigned long long l1AsPhysics_
int prescaleIndexTech() const
unsigned long long gtEvents
unsigned long long deadtimeBeamActiveCalibration() const
unsigned long long deadtime
unsigned long long gtTriggers
unsigned long long triggersPhysicsLostBeamActive_
unsigned int collectionTimeLumiSeg_sec
unsigned int lastOrbitCounter0
unsigned int lastEventCounter0_
unsigned int lumiSegmentOrbits_
unsigned long long deadtimeBeamActiveCalibration
unsigned long long triggersPhysicsLostBeamInactive() const
unsigned long long spare2_
void set_tv_sec(long value)
unsigned long long header
unsigned int lumiSegmentNrLumiSeg
unsigned long long spare0_
unsigned long long deadtimeBeamActiveCalibration_
unsigned long long deadtimeBeamActivePartitionController() const
unsigned int lumiSegmentNrLumiSeg() const
unsigned long long deadtimeBeamActive
unsigned int lastHardReset_
unsigned long long triggersPhysicsGeneratedFDL
unsigned long long triggersPhysicsLost
unsigned long long triggersPhysicsGeneratedFDL_
unsigned int bunchCrossingErrors
unsigned int lumiSegmentNr
struct timespec collectionTime() const
unsigned long long l1AsPhysics
unsigned long long gtEvents_
unsigned long long l1AsRandom_
unsigned int lastOrbitCounter0_