ATLAS Offline Software
ALFA_LocRecEvCollection.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_LocRecEvCollection_h
6 #define ALFA_LocRecEvCollection_h
7 
11 
12 
13 class ALFA_LocRecEvCollection: public DataVector<ALFA_LocRecEvent> {
14 
15  public:
16 
18 };
19 
22 
23 #ifndef __CINT__
24 CLASS_DEF( ALFA_LocRecEvCollection , 1314854717 , 1 )
25 #endif
26 
27 #endif
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
ALFA_LocRecIterator
ALFA_LocRecEvCollection::iterator ALFA_LocRecIterator
Definition: ALFA_LocRecEvCollection.h:20
ALFA_LocRecConstIterator
ALFA_LocRecEvCollection::const_iterator ALFA_LocRecConstIterator
Definition: ALFA_LocRecEvCollection.h:21
ALFA_LocRecEvent.h
ALFA_LocRecEvCollection::ALFA_LocRecEvCollection
ALFA_LocRecEvCollection()
Definition: ALFA_LocRecEvCollection.h:17
DataModel_detail::iterator
(Non-const) Iterator class for DataVector/DataList.
Definition: DVLIterator.h:184
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ALFA_LocRecEvCollection
Definition: ALFA_LocRecEvCollection.h:13
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type