ATLAS Offline Software
MuonLayerPrepRawData.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUON_MUONLAYERPREPRAWDATA_H
6 #define MUON_MUONLAYERPREPRAWDATA_H
7 
8 #include <vector>
9 
16 
17 namespace Muon {
18 
23  std::vector<const MdtPrepDataCollection*> mdts;
24  std::vector<const RpcPrepDataCollection*> rpcs;
25  std::vector<const TgcPrepDataCollection*> tgcs;
26  std::vector<const CscPrepDataCollection*> cscs;
27  std::vector<const sTgcPrepDataCollection*> stgcs;
28  std::vector<const MMPrepDataCollection*> mms;
29  };
30 
31 } // namespace Muon
32 
33 #endif
Muon::MuonLayerPrepRawData::tgcs
std::vector< const TgcPrepDataCollection * > tgcs
Definition: MuonLayerPrepRawData.h:25
Muon::MuonLayerPrepRawData
Struct to hold all PrepRawData collections in a given layer.
Definition: MuonLayerPrepRawData.h:22
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
RpcPrepDataCollection.h
Muon::MuonLayerPrepRawData::stgcs
std::vector< const sTgcPrepDataCollection * > stgcs
Definition: MuonLayerPrepRawData.h:27
CscPrepDataCollection.h
MdtPrepDataCollection.h
MMPrepDataCollection.h
Muon::MuonLayerPrepRawData::mdts
std::vector< const MdtPrepDataCollection * > mdts
Definition: MuonLayerPrepRawData.h:23
TgcPrepDataCollection.h
sTgcPrepDataCollection.h
Muon::MuonLayerPrepRawData::cscs
std::vector< const CscPrepDataCollection * > cscs
Definition: MuonLayerPrepRawData.h:26
Muon::MuonLayerPrepRawData::rpcs
std::vector< const RpcPrepDataCollection * > rpcs
Definition: MuonLayerPrepRawData.h:24
Muon::MuonLayerPrepRawData::mms
std::vector< const MMPrepDataCollection * > mms
Definition: MuonLayerPrepRawData.h:28