ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcRawChannelCollection_p1.h
Go to the documentation of this file.
1
2
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
18class ZdcRawChannelCollection_p1 : public std::vector<ZdcRawChannel_p1>
19{
20public:
22 typedef std::vector<ZdcRawChannel_p1> ElemVector;
23 typedef ElemVector::const_iterator const_iterator;
24 typedef ElemVector::iterator iterator;
25
28
29
30private:
31};
32
33#endif
std::vector< ZdcRawChannel_p1 > ElemVector
typedefs
ZdcRawChannelCollection_p1()
Default constructor.
ElemVector::const_iterator const_iterator