ATLAS Offline Software
|
Struct to hold all PrepRawData collections in a given layer. More...
#include <MuonLayerPrepRawData.h>
Public Attributes | |
std::vector< const MdtPrepDataCollection * > | mdts |
std::vector< const RpcPrepDataCollection * > | rpcs |
std::vector< const TgcPrepDataCollection * > | tgcs |
std::vector< const CscPrepDataCollection * > | cscs |
std::vector< const sTgcPrepDataCollection * > | stgcs |
std::vector< const MMPrepDataCollection * > | mms |
Struct to hold all PrepRawData collections in a given layer.
Definition at line 22 of file MuonLayerPrepRawData.h.
std::vector<const CscPrepDataCollection*> Muon::MuonLayerPrepRawData::cscs |
Definition at line 26 of file MuonLayerPrepRawData.h.
std::vector<const MdtPrepDataCollection*> Muon::MuonLayerPrepRawData::mdts |
Definition at line 23 of file MuonLayerPrepRawData.h.
std::vector<const MMPrepDataCollection*> Muon::MuonLayerPrepRawData::mms |
Definition at line 28 of file MuonLayerPrepRawData.h.
std::vector<const RpcPrepDataCollection*> Muon::MuonLayerPrepRawData::rpcs |
Definition at line 24 of file MuonLayerPrepRawData.h.
std::vector<const sTgcPrepDataCollection*> Muon::MuonLayerPrepRawData::stgcs |
Definition at line 27 of file MuonLayerPrepRawData.h.
std::vector<const TgcPrepDataCollection*> Muon::MuonLayerPrepRawData::tgcs |
Definition at line 25 of file MuonLayerPrepRawData.h.