ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15#include <vector>
17
19public:
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
std::vector< RpcPad_p1 > m_pads