ATLAS Offline Software
RpcPadContainer_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 // RpcPadContainer_p2.h
6 
7 #ifndef MUONEVENTATHENAPOOL_RPCPADCONAINTER_P2_H
8 #define MUONEVENTATHENAPOOL_RPCPADCONAINTER_P2_H
9 
15 #include <vector>
17 
19 public:
21  std::vector<RpcPad_p1> m_pads;
22  unsigned int size() { return m_pads.size(); } // needed for compat with MuonRDO cnv icc
23 };
24 #endif
25 
26 
RpcPad_p1.h
RpcPadContainer_p2
Definition: RpcPadContainer_p2.h:18
RpcPadContainer_p2::size
unsigned int size()
Definition: RpcPadContainer_p2.h:22
RpcPadContainer_p2::RpcPadContainer_p2
RpcPadContainer_p2()
Definition: RpcPadContainer_p2.h:20
RpcPadContainer_p2::m_pads
std::vector< RpcPad_p1 > m_pads
Definition: RpcPadContainer_p2.h:20