ATLAS Offline Software
TgcRdoContainer_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 MUON_TGCRDOCONTAINER_P1_H
6 #define MUON_TGCRDOCONTAINER_P1_H
7 
8 /*
9 
10 Persistent represenation of a container of TgcRdo,
11 Author: Marcin Nowak
12  CERN, February, 2006
13 
14 */
15 
16 #include <vector>
18 
19 
21  : public std::vector<TgcRdo_p1>
22 {
23 public:
24  // Default constructor
26 };
27 
28 #endif
29 
30 
31 
32 
TgcRdoContainer_p1
Definition: TgcRdoContainer_p1.h:22
TgcRdoContainer_p1::TgcRdoContainer_p1
TgcRdoContainer_p1()
Definition: TgcRdoContainer_p1.h:25
TgcRdo_p1.h