ATLAS Offline Software
|
An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawEvent created: Sept 25, 2002, by Hong Ma. More...
#include <MdtCsmContByteStreamTool.h>
Public Member Functions | |
MdtCsmContByteStreamTool (const std::string &type, const std::string &name, const IInterface *parent) | |
constructor More... | |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
virtual StatusCode | convert (const MdtCsmContainer *cont, MsgStream &log) const override |
Private Attributes | |
std::unique_ptr< MDT_Hid2RESrcID > | m_hid2re |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
ServiceHandle< IByteStreamCnvSvc > | m_byteStreamCnvSvc {this, "ByteStreamCnvSvc", "ByteStreamCnvSvc"} |
An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawEvent created: Sept 25, 2002, by Hong Ma.
Adapted for Muons by Ketevi A. Assamagan Jan-14-2003, BNL Conversion of Rpc Pad Container to byte stream
Adapted for MDTs ny Michela Biglietti March 2003, Naples Conversion of a Mdt Csm to ByteStream
Definition at line 36 of file MdtCsmContByteStreamTool.h.
Muon::MdtCsmContByteStreamTool::MdtCsmContByteStreamTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
constructor
Definition at line 14 of file MdtCsmContByteStreamTool.cxx.
|
overridevirtual |
Definition at line 29 of file MdtCsmContByteStreamTool.cxx.
|
overridevirtual |
Definition at line 27 of file MdtCsmContByteStreamTool.cxx.
|
overridevirtual |
Definition at line 17 of file MdtCsmContByteStreamTool.cxx.
|
private |
Definition at line 52 of file MdtCsmContByteStreamTool.h.
|
private |
Definition at line 48 of file MdtCsmContByteStreamTool.h.
|
private |
Definition at line 50 of file MdtCsmContByteStreamTool.h.