Definition at line 23 of file AthenaL1TopoHistSvc.cxx.
◆ AthenaL1TopoHistSvcImpl()
AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::AthenaL1TopoHistSvcImpl |
( |
ServiceHandle< ITHistSvc > |
histSvc | ) |
|
|
inline |
◆ ~AthenaL1TopoHistSvcImpl()
AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::~AthenaL1TopoHistSvcImpl |
( |
| ) |
|
|
inline |
◆ fillHist1D()
void AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::fillHist1D |
( |
const std::string & |
histName, |
|
|
double |
x |
|
) |
| |
|
inline |
◆ fillHist2D()
void AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::fillHist2D |
( |
const std::string & |
histName, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
◆ findHist()
TH1* AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::findHist |
( |
const std::string & |
histName | ) |
|
|
inline |
◆ msg() [1/2]
MsgStreamTC & TrigConf::TrigConfMessaging::msg |
( |
| ) |
const |
|
inlineinherited |
The standard message stream.
Returns a reference to the message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 81 of file TrigConfMessaging.h.
◆ msg() [2/2]
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 91 of file TrigConfMessaging.h.
◆ msgLvl()
Test the output level.
- Parameters
-
lvl | The message level to test against |
- Returns
- boolean Indicting if messages at given level will be printed
- Return values
-
true | Messages at level "lvl" will be printed |
Definition at line 70 of file TrigConfMessaging.h.
◆ registerHist() [1/2]
void AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::registerHist |
( |
TH1 * |
h | ) |
|
|
inline |
◆ registerHist() [2/2]
void AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::registerHist |
( |
TH2 * |
h | ) |
|
|
inline |
◆ setBaseDir()
void AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::setBaseDir |
( |
const std::string & |
baseDir | ) |
|
|
inline |
Definition at line 105 of file AthenaL1TopoHistSvc.cxx.
106 auto colPos = baseDir.find_last_of(
':');
107 if( colPos != string::npos ) {
◆ ATLAS_THREAD_SAFE [1/2]
std::unordered_map<std::string, LockedHandle<TH1> > m_hist1D AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::ATLAS_THREAD_SAFE |
|
private |
◆ ATLAS_THREAD_SAFE [2/2]
std::unordered_map<std::string, LockedHandle<TH2> > m_hist2D AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::ATLAS_THREAD_SAFE |
|
private |
◆ m_baseDir
string AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::m_baseDir {""} |
|
private |
◆ m_histSvc
ServiceHandle<ITHistSvc> AthenaL1TopoHistSvc::AthenaL1TopoHistSvcImpl::m_histSvc |
|
private |
◆ m_msg_tls
boost::thread_specific_ptr<MsgStreamTC> TrigConf::TrigConfMessaging::m_msg_tls |
|
mutableprivateinherited |
MsgStreamTC instance (a std::cout like with print-out levels)
Definition at line 66 of file TrigConfMessaging.h.
◆ m_name
std::string TrigConf::TrigConfMessaging::m_name |
|
privateinherited |
The documentation for this class was generated from the following file: