![]() |
ATLAS Offline Software
|
#include <Geo2G4SolidFactory.h>
Public Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
| typedef std::pair< LArWheelSolid_t, int > | LArWheelSolidDef_t |
| typedef std::map< std::string, LArWheelSolidDef_t > | LArWheelSolid_typemap |
Public Member Functions | |
| Geo2G4SolidFactory () | |
| G4VSolid *Build | ATLAS_NOT_THREAD_SAFE (const GeoShape *, const std::string &name="") |
| 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 | |
| G4VSolid *createLArWheelSolid | ATLAS_NOT_THREAD_SAFE (const std::string &name, const LArWheelSolidDef_t &lwsdef, const EMECData &emecData) const |
| G4VSolid *createLArWheelSliceSolid | ATLAS_NOT_THREAD_SAFE (const GeoUnidentifiedShape *, const EMECData &emecData) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default). | |
| 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). | |
Static Private Attributes | |
| static const LArWheelSolid_typemap | s_lwsTypes |
Definition at line 22 of file Geo2G4SolidFactory.h.
| typedef std::map<std::string, LArWheelSolidDef_t> Geo2G4SolidFactory::LArWheelSolid_typemap |
Definition at line 27 of file Geo2G4SolidFactory.h.
| typedef std::pair<LArWheelSolid_t, int> Geo2G4SolidFactory::LArWheelSolidDef_t |
Definition at line 26 of file Geo2G4SolidFactory.h.
Definition at line 25 of file Geo2G4SolidFactory.h.
| Geo2G4SolidFactory::Geo2G4SolidFactory | ( | ) |
Definition at line 146 of file Geo2G4SolidFactory.cxx.
| G4VSolid *Build Geo2G4SolidFactory::ATLAS_NOT_THREAD_SAFE | ( | const GeoShape * | , |
| const std::string & | name = "" ) |
|
private |
|
private |
|
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.
|
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.
|
private |
Pointer to StoreGate (detector store by default).
Definition at line 38 of file Geo2G4SolidFactory.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.
|
staticprivate |
Definition at line 78 of file Geo2G4SolidFactory.h.