ATLAS Offline Software
TgcRdoContainer_p4.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUON_TGCRDOCONTAINER_P4_H
6 #define MUON_TGCRDOCONTAINER_P4_H
7 
8 #include <vector>
10 
11 
13  : public std::vector<TgcRdo_p4>
14 {
15 public:
16  // Default constructor
18 };
19 
20 #endif
21 
TgcRdo_p4.h
TgcRdoContainer_p4
Definition: TgcRdoContainer_p4.h:14
TgcRdoContainer_p4::TgcRdoContainer_p4
TgcRdoContainer_p4()
Definition: TgcRdoContainer_p4.h:17