ATLAS Offline Software
TgcRdoContainer_p3.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_P3_H
6 #define MUON_TGCRDOCONTAINER_P3_H
7 
8 #include <vector>
10 
11 
13  : public std::vector<TgcRdo_p3>
14 {
15 public:
16  // Default constructor
18 };
19 
20 #endif
21 
TgcRdo_p3.h
TgcRdoContainer_p3::TgcRdoContainer_p3
TgcRdoContainer_p3()
Definition: TgcRdoContainer_p3.h:17
TgcRdoContainer_p3
Definition: TgcRdoContainer_p3.h:14