ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_ODDigitCollection.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_ODDigitCollection_h
6#define ALFA_ODDigitCollection_h
7
11
13
14
15class ALFA_ODDigitCollection: public DataVector<ALFA_ODDigit> {
16
17 public:
18
20};
21
22
25
26// CLID
27#ifndef __CINT__
28CLASS_DEF( ALFA_ODDigitCollection , 1269800463 , 1 )
29#endif
30
31#endif
ALFA_ODDigitCollection::iterator ALFA_ODDigitIterator
ALFA_ODDigitCollection::const_iterator ALFA_ODDigitConstIterator
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)