ATLAS Offline Software
Loading...
Searching...
No Matches
RpcPadContainer_p1.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_p1.h
6
7#ifndef MUONEVENTATHENAPOOL_RPCPADCONAINTER_P1_H
8#define MUONEVENTATHENAPOOL_RPCPADCONAINTER_P1_H
9
14
15#include <vector>
17
19:public std::vector<RpcPad_p1> {
20
21public:
23 //friend class RpcPadContainerCnv_p1;
24
25};
26#endif
27
28