![]() |
ATLAS Offline Software
|
The converter class has the methods to create the collection objects from a file (RDO to ByteStream) and ByteStream from RDO. More...
#include <ZdcByteStreamCnv.h>
Public Member Functions | |
| ZdcByteStreamCnv (ISvcLocator *svcloc) | |
| ZdcByteStreamCnv.cxx. | |
| virtual | ~ZdcByteStreamCnv () |
| virtual StatusCode | initialize () override |
| virtual StatusCode | createObjConst (IOpaqueAddress *pAddr, DataObject *&pObj) const override |
| Create the transient representation of an object. | |
| virtual long | repSvcType () const override |
| Storage type and class ID. | |
| virtual StatusCode | createRepConst (DataObject *pObject, IOpaqueAddress *&refpAddress) const |
| Convert the transient object to the requested representation. | |
| 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 | |
| std::string | m_name |
| Converter name. | |
| ToolHandle< ZdcByteStreamReadV1V2Tool > | m_tool |
| Tool that does the actual work. | |
| ServiceHandle< IROBDataProviderSvc > | m_robDataProvider |
| Service for READING bytestream. | |
| ServiceHandle< IByteStreamEventAccess > | m_ByteStreamEventAccess |
| Service for WRITING bytestream. | |
| ServiceHandle< StoreGateSvc > | m_evtStore |
| 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) | |
The converter class has the methods to create the collection objects from a file (RDO to ByteStream) and ByteStream from RDO.
Definition at line 50 of file ZdcByteStreamCnv.h.
| ZdcByteStreamCnv::ZdcByteStreamCnv | ( | ISvcLocator * | svcloc | ) |
Created on: May 27, 2009 Author: leite Implementations to unpack the ZDC data from event fragments using bytestream implementations. This very much based on T1 code, but it's also very similar to other systems handling.
This follows a very specific order: ZdcByteStreamCnv::initialize
TODO: Make standandard the message option (debug, info etc) Zdc specific includes.
Definition at line 55 of file ZdcByteStreamCnv.cxx.
|
virtual |
Definition at line 69 of file ZdcByteStreamCnv.cxx.
|
inlineinherited |
Definition at line 45 of file Converter.h.
|
static |
Definition at line 76 of file ZdcByteStreamCnv.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.
Create the RDO from bytestream.
Reimplemented from AthConstConverter.
Definition at line 121 of file ZdcByteStreamCnv.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.
|
virtualinherited |
Convert the transient object to the requested representation.
The default implementation is a no-op.
Reimplemented in BCM_RawContByteStreamCnv, CscRdoContByteStreamCnv, ITkPixelRawContByteStreamCnv, ITkStripsRawContByteStreamCnv, L1TopoByteStreamCnv, LArAccumulatedCalibDigitContByteStreamCnv, LArAccumulatedDigitContByteStreamCnv, LArCalibDigitContByteStreamCnv, LArDigitContByteStreamCnv, LArFebHeaderContByteStreamCnv, LArLATOMEHeaderContByteStreamCnv, LArRawChannelContByteStreamCnv, LVL1BS::CpByteStreamCnv, LVL1BS::CpByteStreamV1Cnv, LVL1BS::CpByteStreamV2Cnv, LVL1BS::CpmRoiByteStreamCnv, LVL1BS::CpmRoiByteStreamV1Cnv, LVL1BS::CpmRoiByteStreamV2Cnv, LVL1BS::JepByteStreamCnv, LVL1BS::JepByteStreamV1Cnv, LVL1BS::JepByteStreamV2Cnv, LVL1BS::JepRoiByteStreamCnv, LVL1BS::JepRoiByteStreamV1Cnv, LVL1BS::JepRoiByteStreamV2Cnv, LVL1BS::PpmByteStreamV1Cnv, MdtCsmContByteStreamCnv, PixelRawContByteStreamCnv, RpcPadContByteStreamCnv, SCTRawContByteStreamCnv, TgcRdoContByteStreamCnv, TileBeamElemContByteStreamCnv, TileDigitsContByteStreamCnv, TileL2ContByteStreamCnv, TileLaserObjByteStreamCnv, TileMuRcvContByteStreamCnv, TileRawChannelContByteStreamCnv, and TRTRawContByteStreamCnv.
Definition at line 32 of file AthConstConverter.cxx.
|
overridevirtual |
Get all Athena services here:
Definition at line 93 of file ZdcByteStreamCnv.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 62 of file ZdcByteStreamCnv.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 85 of file ZdcByteStreamCnv.cxx.
|
inlineinherited |
Definition at line 50 of file Converter.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.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 |
Service for WRITING bytestream.
Definition at line 79 of file ZdcByteStreamCnv.h.
|
private |
Definition at line 81 of file ZdcByteStreamCnv.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Converter name.
Definition at line 69 of file ZdcByteStreamCnv.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Service for READING bytestream.
Definition at line 76 of file ZdcByteStreamCnv.h.
|
private |
Tool that does the actual work.
Definition at line 73 of file ZdcByteStreamCnv.h.
|
protectedinherited |
Definition at line 321 of file Converter.h.