![]() |
ATLAS Offline Software
|
#include <TileCellDim.h>
Public Member Functions | |
| TileCellDim (unsigned int nRows) | |
| ~TileCellDim () | |
| unsigned int | getNRows () const |
| double | getVolume () const |
| double | getRMin (unsigned int index) const |
| double | getRMax (unsigned int index) const |
| double | getZMin (unsigned int index) const |
| double | getZMax (unsigned int index) const |
| void | addRMin (double rMin) |
| void | addRMax (double rMax) |
| void | addZMin (double zMin) |
| void | addZMax (double zMax) |
| void | computeVolume () |
| double | computeRowVolume (int iRow) |
| void | print () const |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| unsigned int | m_nRows |
| std::vector< double > | m_rMin |
| std::vector< double > | m_rMax |
| std::vector< double > | m_zMin |
| std::vector< double > | m_zMax |
| double | m_volume |
| double | m_Radius2HalfLength |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels). | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging). | |
Definition at line 17 of file TileCellDim.h.
| TileCellDim::TileCellDim | ( | unsigned int | nRows | ) |
Definition at line 17 of file TileCellDim.cxx.
| TileCellDim::~TileCellDim | ( | ) |
Definition at line 27 of file TileCellDim.cxx.
| void TileCellDim::addRMax | ( | double | rMax | ) |
Definition at line 71 of file TileCellDim.cxx.
| void TileCellDim::addRMin | ( | double | rMin | ) |
Definition at line 63 of file TileCellDim.cxx.
| void TileCellDim::addZMax | ( | double | zMax | ) |
Definition at line 87 of file TileCellDim.cxx.
| void TileCellDim::addZMin | ( | double | zMin | ) |
Definition at line 79 of file TileCellDim.cxx.
| double TileCellDim::computeRowVolume | ( | int | iRow | ) |
Definition at line 103 of file TileCellDim.cxx.
| void TileCellDim::computeVolume | ( | ) |
Definition at line 95 of file TileCellDim.cxx.
|
inline |
Definition at line 25 of file TileCellDim.h.
| double TileCellDim::getRMax | ( | unsigned int | index | ) | const |
Definition at line 39 of file TileCellDim.cxx.
| double TileCellDim::getRMin | ( | unsigned int | index | ) | const |
Definition at line 31 of file TileCellDim.cxx.
|
inline |
Definition at line 26 of file TileCellDim.h.
| double TileCellDim::getZMax | ( | unsigned int | index | ) | const |
Definition at line 55 of file TileCellDim.cxx.
| double TileCellDim::getZMin | ( | unsigned int | index | ) | const |
Definition at line 47 of file TileCellDim.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
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 167 of file AthMessaging.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 182 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
| void TileCellDim::print | ( | ) | const |
Definition at line 112 of file TileCellDim.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 44 of file TileCellDim.h.
|
private |
Definition at line 49 of file TileCellDim.h.
|
private |
Definition at line 46 of file TileCellDim.h.
|
private |
Definition at line 45 of file TileCellDim.h.
|
private |
Definition at line 49 of file TileCellDim.h.
|
private |
Definition at line 48 of file TileCellDim.h.
|
private |
Definition at line 47 of file TileCellDim.h.