ATLAS Offline Software
ForwardDetectors
ZDC
ZdcCnv
ZdcEventTPCnv
ZdcEventTPCnv
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
15
#include "
ZdcEventTPCnv/ZdcRawChannel_p1.h
"
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
;
24
typedef
ElemVector::iterator
iterator
;
25
27
ZdcRawChannelCollection_p1
() {}
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
Generated on Thu Nov 7 2024 21:32:22 for ATLAS Offline Software by
1.8.18