ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcDigitsCollection_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// ZdcDigitsCollection_p1.h
8// Persistent represenation of a ZdcDigitsCollection
9// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10// Date: June 2009
12#ifndef ZDCDIGITSCOLLECTION_P1_H
13#define ZDCDIGITSCOLLECTION_P1_H
14
16#include <vector>
17
18class ZdcDigitsCollection_p1 : public std::vector<ZdcDigits_p1>
19{
20public:
22 typedef std::vector<ZdcDigits_p1> ElemVector;
23 typedef ElemVector::const_iterator const_iterator;
24 typedef ElemVector::iterator iterator;
25
28
29
30private:
31};
32
33#endif
std::vector< ZdcDigits_p1 > ElemVector
typedefs
ElemVector::const_iterator const_iterator
ZdcDigitsCollection_p1()
Default constructor.
ElemVector::iterator iterator