![]() |
ATLAS Offline Software
|
Interface for CaloRings builder functor. More...
#include <CaloRingerReaderUtils.h>
Public Member Functions | |
| 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. | |
Protected Member Functions | |
| BuildCaloRingsFctorBase (ToolHandle< ICaloRingsBuilder > &builder, IMessageSvc *msgSvc, const std::string &name) | |
| Main ctor Initialize values. | |
| virtual | ~BuildCaloRingsFctorBase () |
| StatusCode | prepareToLoopFor (std::size_t nParticles) |
| Methods. | |
| void | incrementCounter () |
| Increment particle looping counter. | |
| void | checkRelease () |
| Release the handles when finished looping. | |
Protected Attributes | |
| ToolHandle< ICaloRingsBuilder > & | m_builder |
| Protected Properties. | |
| size_t | m_part_counter |
| Hold number of particles already procesed for this event: | |
| size_t | m_part_size |
| Hold number of particles to be processed: | |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| 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). | |
| SG::WriteHandle< xAOD::CaloRingsContainer > * | m_crContH |
| Private Properties. | |
| SG::WriteHandle< xAOD::RingSetContainer > * | m_rsContH |
| Keep RingSetContainer handle in scope until finished looping. | |
Interface for CaloRings builder functor.
Definition at line 41 of file CaloRingerReaderUtils.h.
|
inlineprotected |
Main ctor Initialize values.
Definition at line 48 of file CaloRingerReaderUtils.h.
|
inlineprotectedvirtual |
Definition at line 89 of file CaloRingerReaderUtils.h.
|
protected |
Release the handles when finished looping.
Definition at line 43 of file CaloRingerReaderUtils.cxx.
|
inlineprotected |
Increment particle looping counter.
Definition at line 81 of file CaloRingerReaderUtils.h.
|
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.
|
protected |
Methods.
Set containers and prepare to loop for nParticles
Definition at line 23 of file CaloRingerReaderUtils.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.
|
protected |
Protected Properties.
CaloRings which will be used
Definition at line 64 of file CaloRingerReaderUtils.h.
|
private |
Private Properties.
Keep CaloRingsContainer handle in scope until finished looping
Definition at line 95 of file CaloRingerReaderUtils.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.
|
protected |
Hold number of particles already procesed for this event:
Definition at line 66 of file CaloRingerReaderUtils.h.
|
protected |
Hold number of particles to be processed:
Definition at line 68 of file CaloRingerReaderUtils.h.
|
private |
Keep RingSetContainer handle in scope until finished looping.
Definition at line 97 of file CaloRingerReaderUtils.h.