ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSignatureMoni.cxx File Reference
#include "TrigSignatureMoni.h"
#include "AthenaInterprocess/Incidents.h"
#include "TrigCompositeUtils/HLTIdentifier.h"
#include <algorithm>
#include <regex>
#include <format>
#include <chrono>
Include dependency graph for TrigSignatureMoni.cxx:

Go to the source code of this file.

Enumerations

enum  BINS {
  INPUT = 1 , AFTER_PS = 2 , OUTPUT = 3 , EXPRESS = 4 ,
  N_BINS = 4
}
 Default bin numbers. More...

Functions

LockedHandle< TH2 > &TrigSignatureMoni::RateHistogram::getHistogram ATLAS_NOT_CONST_THREAD_SAFE () const

Enumeration Type Documentation

◆ BINS

enum BINS

Default bin numbers.

Enumerator
INPUT 
AFTER_PS 
OUTPUT 
EXPRESS 
N_BINS 

Definition at line 16 of file TrigSignatureMoni.cxx.

16 {
17 INPUT = 1,
18 AFTER_PS = 2,
19 OUTPUT = 3,
20 EXPRESS = 4,
21 N_BINS = 4
22};

Function Documentation

◆ ATLAS_NOT_CONST_THREAD_SAFE()

LockedHandle< TH2 > &TrigSignatureMoni::RateHistogram::getHistogram ATLAS_NOT_CONST_THREAD_SAFE ( ) const

Definition at line 509 of file TrigSignatureMoni.cxx.

509 {
510 return m_histogram;
511}