ATLAS Offline Software
STGC_RawDataContainer_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef STGC_RAWDATACONTAINER_P3_H
6 #define STGC_RAWDATACONTAINER_P3_H
7 
8 #include <vector>
10 
11 namespace Muon {
13  : public std::vector< Muon::STGC_RawDataCollection_p3>
14  {
15  public:
16  // Default constructor
18  };
19 }
20 
21 #endif
Muon::STGC_RawDataContainer_p3
Definition: STGC_RawDataContainer_p3.h:14
Muon::STGC_RawDataContainer_p3::STGC_RawDataContainer_p3
STGC_RawDataContainer_p3()
Definition: STGC_RawDataContainer_p3.h:17
STGC_RawDataCollection_p3.h
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49