Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
STGC_RawDataContainer_p1.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 STGC_RAWDATACONTAINER_P1_H
6 #define STGC_RAWDATACONTAINER_P1_H
7 
8 #include <vector>
10 
11 namespace Muon {
13  : public std::vector< Muon::STGC_RawDataCollection_p1>
14  {
15  public:
16  // Default constructor
18  };
19 }
20 
21 #endif
STGC_RawDataCollection_p1.h
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
Muon::STGC_RawDataContainer_p1
Definition: STGC_RawDataContainer_p1.h:14
Muon::STGC_RawDataContainer_p1::STGC_RawDataContainer_p1
STGC_RawDataContainer_p1()
Definition: STGC_RawDataContainer_p1.h:17