ATLAS Offline Software
ALFA_HitCollection.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_HitCollection_h
6 #define ALFA_HitCollection_h
7 
8 
9 #include "ALFA_SimEv/ALFA_Hit.h"
11 #include "AthenaKernel/CLASS_DEF.h"
12 
16 
17 #ifndef __CINT__
18 CLASS_DEF(ALFA_HitCollection, 1088734340, 1) // from where the number is coming? CLID
19 #endif
20 
21 #endif
ALFA_HitCollection
AtlasHitsVector< ALFA_Hit > ALFA_HitCollection
Definition: ALFA_HitCollection.h:13
AtlasHitsVector::iterator
CONT::iterator iterator
Definition: AtlasHitsVector.h:42
AtlasHitsVector
Definition: AtlasHitsVector.h:33
ALFA_HitIter
AtlasHitsVector< ALFA_Hit >::iterator ALFA_HitIter
Definition: ALFA_HitCollection.h:14
ALFA_HitConstIter
AtlasHitsVector< ALFA_Hit >::const_iterator ALFA_HitConstIter
Definition: ALFA_HitCollection.h:15
AtlasHitsVector::const_iterator
CONT::const_iterator const_iterator
Definition: AtlasHitsVector.h:43
ALFA_Hit.h
AtlasHitsVector.h
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