![]() |
ATLAS Offline Software
|
This AthConstConverter class provides conversion between ByteStream and TileL2Container. More...
#include <TileL2ContByteStreamCnv.h>
Public Types | |
| typedef TileL2ContByteStreamTool | BYTESTREAMTOOL |
Public Member Functions | |
| TileL2ContByteStreamCnv (ISvcLocator *svcloc) | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | createObjConst (IOpaqueAddress *pAddr, DataObject *&pObj) const override |
| Create the transient representation of an object. | |
| virtual StatusCode | createRepConst (DataObject *pObj, IOpaqueAddress *&pAddr) const override |
| Convert the transient object to the requested representation. | |
| virtual StatusCode | finalize () override |
| virtual long | repSvcType () const override |
| Storage type and class ID. | |
| virtual StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override final |
| Create the transient representation of an object. | |
| virtual StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override final |
| Convert the transient object to the requested representation. | |
| const std::string & | name () const |
| void | addTrack (TIDA::Track *t) |
| const std::vector< TIDA::Track * > & | tracks () const |
| void | clear () |
| void | selectTracks (const TrigInDetTrackCollection *trigtracks) |
| void | selectTracks (const Rec::TrackParticleContainer *trigtracks) |
| void | selectTracks (const Analysis::MuonContainer *muontracks) |
| 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. | |
Static Public Member Functions | |
| static long | storageType () |
| static const CLID & | classID () |
Protected Member Functions | |
| double | phiCorr (double phi) |
| void | ipCorr (double d0, double z0, double &d0c, double &z0c, double phi0, double eta, double pt) |
Protected Attributes | |
| double | m_beamX |
| double | m_beamY |
| double | m_beamZ |
| std::vector< TIDA::Track * > | m_tracks |
Private Member Functions | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| ToolHandle< BYTESTREAMTOOL > | m_tool |
| ServiceHandle< IByteStreamCnvSvc > | m_byteStreamCnvSvc |
| ServiceHandle< StoreGateSvc > | m_storeGate |
| Pointer to StoreGateSvc. | |
| ServiceHandle< IROBDataProviderSvc > | m_robSvc |
| Pointer to IROBDataProviderSvc. | |
| ToolHandle< TileROD_Decoder > | m_decoder |
| Pointer to TileROD_Decoder. | |
| const TileHid2RESrcID * | m_hid2re |
| Pointer to TileHid2RESrcID. | |
| Athena::RecyclableDataQueue< TileRecyclableL2Container > m_queue | ATLAS_THREAD_SAFE |
| Queue of data objects to recycle. | |
| std::string | m_name |
| 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. | |
This AthConstConverter class provides conversion between ByteStream and TileL2Container.
This class provides methods to convert the bytestream data into TileL2 objects (muon and transverse energy info) and vice versa. The TileL2Container contains a TileL2 object per superdrawer.
Definition at line 66 of file TileL2ContByteStreamCnv.h.
Definition at line 72 of file TileL2ContByteStreamCnv.h.
| TileL2ContByteStreamCnv::TileL2ContByteStreamCnv | ( | ISvcLocator * | svcloc | ) |
Definition at line 60 of file TileL2ContByteStreamCnv.cxx.
|
inlineinherited |
Definition at line 45 of file Converter.h.
|
static |
Definition at line 71 of file TileL2ContByteStreamCnv.cxx.
|
inlineinherited |
Definition at line 53 of file Converter.h.
|
finaloverridevirtualinherited |
Create the transient representation of an object.
Non-const version; just calls the const version.
Definition at line 44 of file AthConstConverter.cxx.
|
overridevirtual |
Create the transient representation of an object.
The default implementation is a no-op.
Reimplemented from AthConstConverter.
Definition at line 98 of file TileL2ContByteStreamCnv.cxx.
|
finaloverridevirtualinherited |
Convert the transient object to the requested representation.
Non-const version; just calls the const version.
Definition at line 56 of file AthConstConverter.cxx.
|
overridevirtual |
Convert the transient object to the requested representation.
The default implementation is a no-op.
Reimplemented from AthConstConverter.
Definition at line 126 of file TileL2ContByteStreamCnv.cxx.
|
overridevirtual |
Definition at line 158 of file TileL2ContByteStreamCnv.cxx.
|
overridevirtual |
Definition at line 75 of file TileL2ContByteStreamCnv.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineprotectedinherited |
Definition at line 257 of file Converter.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 163 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 178 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.
|
inlineinherited |
Definition at line 67 of file AthConstConverter.h.
|
inlineprotectedinherited |
Definition at line 248 of file Converter.h.
|
inlineoverridevirtual |
Storage type and class ID.
Definition at line 80 of file TileL2ContByteStreamCnv.h.
|
inlineinherited |
Definition at line 177 of file Converter.h.
|
inlineinherited |
Definition at line 111 of file Converter.h.
|
inlineinherited |
Definition at line 56 of file Converter.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.
|
static |
Definition at line 73 of file TileL2ContByteStreamCnv.cxx.
|
inlineinherited |
Definition at line 50 of file Converter.h.
|
mutableprivate |
Queue of data objects to recycle.
Definition at line 103 of file TileL2ContByteStreamCnv.h.
|
protectedinherited |
Definition at line 320 of file Converter.h.
|
protectedinherited |
Definition at line 320 of file Converter.h.
|
protectedinherited |
Definition at line 320 of file Converter.h.
|
private |
Definition at line 88 of file TileL2ContByteStreamCnv.h.
|
private |
Pointer to TileROD_Decoder.
Definition at line 97 of file TileL2ContByteStreamCnv.h.
|
private |
Pointer to TileHid2RESrcID.
Definition at line 100 of file TileL2ContByteStreamCnv.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Definition at line 71 of file AthConstConverter.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Pointer to IROBDataProviderSvc.
Definition at line 94 of file TileL2ContByteStreamCnv.h.
|
private |
Pointer to StoreGateSvc.
Definition at line 91 of file TileL2ContByteStreamCnv.h.
|
private |
Definition at line 86 of file TileL2ContByteStreamCnv.h.
|
protectedinherited |
Definition at line 321 of file Converter.h.