ATLAS Offline Software
TgcRdoContainer_p2.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_P2_H
6 #define MUON_TGCRDOCONTAINER_P2_H
7 
8 /*
9 
10 Persistent represenation of a container of TgcRdo, version 2
11 Author: Zvi Tarem
12  CERN, August, 2006
13 
14 */
15 
16 #include <vector>
18 
19 
21  : public std::vector<TgcRdo_p2>
22 {
23 public:
24  // Default constructor
26 };
27 
28 #endif
29 
TgcRdoContainer_p2
Definition: TgcRdoContainer_p2.h:22
TgcRdo_p2.h
TgcRdoContainer_p2::TgcRdoContainer_p2
TgcRdoContainer_p2()
Definition: TgcRdoContainer_p2.h:25