ATLAS Offline Software
MdtCsmContainer_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 MUONREVENTATHENAPOOL_MDTCSMCONTAINER_P1_H
6 #define MUONREVENTATHENAPOOL_MDTCSMCONTAINER_P1_H
7 
8 // This container provides acces to the MDT RDOs
9 // Stefano Rosati, Mar 2003
10 
11 #include <vector>
13 
15  : public std::vector<MdtCsm_p1> {
16 public:
18  friend class MdtCsmContainerCnv_p1;
19 };
20 
21 #endif // MUONREVENTATHENAPOOL_MDTCSMCONTAINER_P1_H
MdtCsmContainer_p1
Definition: MdtCsmContainer_p1.h:15
MdtCsmContainer_p1::MdtCsmContainer_p1
MdtCsmContainer_p1()
Definition: MdtCsmContainer_p1.h:17
MdtCsmContainerCnv_p1
Definition: MdtCsmContainerCnv_p1.h:19
MdtCsm_p1.h