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