ATLAS Offline Software
|
#include <MdtROD_Encoder.h>
Public Member Functions | |
MdtROD_Encoder () | |
constructor More... | |
~MdtROD_Encoder ()=default | |
destructor More... | |
void | add (const MdtCsm *csm) |
initialize the map More... | |
void | clear () |
clear the current csm list More... | |
void | fillROD (std::vector< uint32_t > &v) |
convert all Csm in the current list to a vector of 32bit words More... | |
Private Attributes | |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_mdtIdHelper {"Muon::MuonIdHelperSvc/MuonIdHelperSvc", "MdtRDO_Encoder"} |
std::vector< const MdtCsm * > | m_vMdtCsm |
Definition at line 15 of file MdtROD_Encoder.h.
MdtROD_Encoder::MdtROD_Encoder | ( | ) |
constructor
Definition at line 21 of file MdtROD_Encoder.cxx.
|
default |
destructor
initialize the map
add Mdt Csms to the current list
Definition at line 25 of file MdtROD_Encoder.cxx.
void MdtROD_Encoder::clear | ( | ) |
clear the current csm list
Definition at line 28 of file MdtROD_Encoder.cxx.
void MdtROD_Encoder::fillROD | ( | std::vector< uint32_t > & | v | ) |
convert all Csm in the current list to a vector of 32bit words
convert all MDT CSMs in the current list to a vector of 32bit words
Definition at line 34 of file MdtROD_Encoder.cxx.
|
private |
Definition at line 43 of file MdtROD_Encoder.h.
Definition at line 44 of file MdtROD_Encoder.h.