ATLAS Offline Software
ZdcRawChannelCollection_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // ZdcRawChannelCollection_p1.h
8 // Persistent represenation of a ZdcRawChannelCollection
9 // Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10 // Date: June 2009
12 #ifndef ZDCRAWCHANNELCOLLECTION_P1_H
13 #define ZDCRAWCHANNELCOLLECTION_P1_H
14 
16 #include <vector>
17 
18 class ZdcRawChannelCollection_p1 : public std::vector<ZdcRawChannel_p1>
19 {
20 public:
22  typedef std::vector<ZdcRawChannel_p1> ElemVector;
23  typedef ElemVector::const_iterator const_iterator;
25 
28 
29 
30 private:
31 };
32 
33 #endif
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
ZdcRawChannelCollection_p1
Definition: ZdcRawChannelCollection_p1.h:19
ZdcRawChannelCollection_p1::ElemVector
std::vector< ZdcRawChannel_p1 > ElemVector
typedefs
Definition: ZdcRawChannelCollection_p1.h:22
ZdcRawChannelCollection_p1::iterator
ElemVector::iterator iterator
Definition: ZdcRawChannelCollection_p1.h:24
ZdcRawChannelCollection_p1::const_iterator
ElemVector::const_iterator const_iterator
Definition: ZdcRawChannelCollection_p1.h:23
ZdcRawChannelCollection_p1::ZdcRawChannelCollection_p1
ZdcRawChannelCollection_p1()
Default constructor.
Definition: ZdcRawChannelCollection_p1.h:27
ZdcRawChannel_p1.h