ATLAS Offline Software
NSW_PadTriggerDataContainer_p1.h
Go to the documentation of this file.
1 #ifndef MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINER_P1_H
2 #define MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINER_P1_H
3 
5 
6 #include <vector>
7 
8 namespace Muon {
10 {
11  std::vector<NSW_PadTriggerData_p1> m_collections;
12 };
13 } // namespace Muon
14 
15 #endif // MUONEVENTTPCNV_NSW_PADTRIGGERDATACONTAINER_P1_H
Muon::NSW_PadTriggerDataContainer_p1
Definition: NSW_PadTriggerDataContainer_p1.h:10
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
NSW_PadTriggerData_p1.h
Muon::NSW_PadTriggerDataContainer_p1::m_collections
std::vector< NSW_PadTriggerData_p1 > m_collections
Definition: NSW_PadTriggerDataContainer_p1.h:11