![]() |
ATLAS Offline Software
|
Public Member Functions | |
| StandaloneL1TopoHistSvcImpl () | |
| ~StandaloneL1TopoHistSvcImpl () | |
| void | registerHist (TH1 *h) |
| void | registerHist (TH2 *h) |
| TH1 * | findHist (const std::string &histName) |
| void | fillHist1D (const std::string &histName, double x) |
| void | fillHist2D (const std::string &histName, double x, double y) |
| void | setBaseDir (const std::string &baseDir) |
| void | save () |
| bool | msgLvl (const MSGTC::Level lvl) const |
| Test the output level. | |
| MsgStreamTC & | msg () const |
| The standard message stream. | |
| MsgStreamTC & | msg (const MSGTC::Level lvl) const |
| The standard message stream. | |
| const std::string & | getName () const |
| name accessor | |
Private Attributes | |
| std::map< std::string, TH1 * > | m_hists1D |
| std::map< std::string, TH2 * > | m_hists2D |
| std::string | m_baseDir {""} |
| boost::thread_specific_ptr< MsgStreamTC > | m_msg_tls |
| MsgStreamTC instance (a std::cout like with print-out levels). | |
| std::string | m_name |
Definition at line 15 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 19 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 23 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 69 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
|
inline |
Definition at line 58 of file StandaloneL1TopoHistSvc.cxx.
|
inlineinherited |
|
inlineinherited |
The standard message stream.
Returns a reference to the message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 86 of file TrigConfMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 96 of file TrigConfMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 75 of file TrigConfMessaging.h.
|
inline |
Definition at line 32 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 45 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 89 of file StandaloneL1TopoHistSvc.cxx.
|
inline |
Definition at line 85 of file StandaloneL1TopoHistSvc.cxx.
|
private |
Definition at line 157 of file StandaloneL1TopoHistSvc.cxx.
|
private |
Definition at line 155 of file StandaloneL1TopoHistSvc.cxx.
|
private |
Definition at line 156 of file StandaloneL1TopoHistSvc.cxx.
|
mutableprivateinherited |
MsgStreamTC instance (a std::cout like with print-out levels).
Definition at line 71 of file TrigConfMessaging.h.
|
privateinherited |
Definition at line 72 of file TrigConfMessaging.h.