ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_DigitCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ALFA_DigitCollection_h
6#define ALFA_DigitCollection_h
7
11
13
14
15class ALFA_DigitCollection: public DataVector<ALFA_Digit> {
16
17 public:
18
20};
21
22
23//typedef AthenaHitsVector<ALFA_Digit> ALFA_DigitCollection;
24
25//typedef AthenaHitsVector<ALFA_Digit>::iterator ALFA_DigitIterator;
26//typedef AthenaHitsVector<ALFA_Digit>::const_iterator ALFA_DigitConstIterator;
27
28
31
32
33#ifndef __CINT__
34CLASS_DEF(ALFA_DigitCollection, 1307251830, 1)
35#endif
36
37#endif
ALFA_DigitCollection::const_iterator ALFA_DigitConstIterator
ALFA_DigitCollection::iterator ALFA_DigitIterator
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
DataModel_detail::iterator< DataVector > iterator
Definition DataVector.h:842
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)