ATLAS Offline Software
NSW_TrigRawDataContainer_p1.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 NSW_TRIGRAWDATACONTAINER_P1_H
6 #define NSW_TRIGRAWDATACONTAINER_P1_H
7 
8 #include <vector>
10 
11 namespace Muon {
12  class NSW_TrigRawDataContainer_p1 : public std::vector<NSW_TrigRawData_p1> {
13  public:
15  };
16 }
17 
18 #endif
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
Muon::NSW_TrigRawDataContainer_p1::NSW_TrigRawDataContainer_p1
NSW_TrigRawDataContainer_p1()=default
NSW_TrigRawData_p1.h
Muon::NSW_TrigRawDataContainer_p1
Definition: NSW_TrigRawDataContainer_p1.h:12