ATLAS Offline Software
STGC_RawDataContainer_p2.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_P2_H
6 #define STGC_RAWDATACONTAINER_P2_H
7 
8 #include <vector>
10 
11 namespace Muon {
13  : public std::vector< Muon::STGC_RawDataCollection_p2>
14  {
15  public:
16  // Default constructor
18  };
19 }
20 
21 #endif
STGC_RawDataCollection_p2.h
Muon::STGC_RawDataContainer_p2::STGC_RawDataContainer_p2
STGC_RawDataContainer_p2()
Definition: STGC_RawDataContainer_p2.h:17
Muon::STGC_RawDataContainer_p2
Definition: STGC_RawDataContainer_p2.h:14
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49