ATLAS Offline Software
FCS_StepInfoCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ISF_FASTCALOSIMEVENT_ISF_FCS_STEPINFOCOLLECTION_H
6 #define ISF_FASTCALOSIMEVENT_ISF_FCS_STEPINFOCOLLECTION_H
7 
8 // athena includes
10 
11 // local include
13 
14 // Namespace for the ShowerLib related classes
15 namespace ISF_FCS_Parametrization {
16 
30 class FCS_StepInfoCollection : public DataVector<FCS_StepInfo> {
31 
32 public:
34 
35 private:
36 };
37 
38 } // namespace ISF_FCS_Parametrization
39 
40 #include "AthenaKernel/CLASS_DEF.h"
41 
43 
44 SG_BASE(ISF_FCS_Parametrization::FCS_StepInfoCollection,
45  DataVector<ISF_FCS_Parametrization::FCS_StepInfo>);
46 
47 #endif
SG_BASE
SG_BASE(ISF_FCS_Parametrization::FCS_StepInfoCollection, DataVector< ISF_FCS_Parametrization::FCS_StepInfo >)
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ISF_FCS_Parametrization::FCS_StepInfoCollection::FCS_StepInfoCollection
FCS_StepInfoCollection()
Definition: FCS_StepInfoCollection.h:33
FCS_StepInfo.h
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
ISF_FCS_Parametrization::FCS_StepInfoCollection
Class for collection of StepInfo class (G4 hits) copied and modified version to ISF.
Definition: FCS_StepInfoCollection.h:30
CLASS_DEF.h
macros to associate a CLID to a type
ISF_FCS_Parametrization
Definition: FCS_StepInfo.h:25