ATLAS Offline Software
Loading...
Searching...
No Matches
ZDC_SimFiberHit_Collection_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5*/
6
7// ZDC_SimFiberHit_Collection_p1.h
8// Persistent represenation of a ZDC_SimFiberHit_Collection
10#ifndef ZDC_SIMFIBERHIT_COLLECTION_P1_H
11#define ZDC_SIMFIBERHIT_COLLECTION_P1_H
12
14#include <vector>
15
16class ZDC_SimFiberHit_Collection_p1 : public std::vector<ZDC_SimFiberHit_p1>
17{
18public:
20 typedef std::vector<ZDC_SimFiberHit_p1> FiberHitVector;
21 typedef FiberHitVector::const_iterator const_iterator;
22 typedef FiberHitVector::iterator iterator;
23
26
27private:
28};
29
30#endif
FiberHitVector::const_iterator const_iterator
std::vector< ZDC_SimFiberHit_p1 > FiberHitVector
typedefs