ATLAS Offline Software
AFPTrackAuxContainer_v2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
15 #ifndef XAODFORWARD_VERSIONS_AFPTRACKAUXCONTAINER_V2_H
16 #define XAODFORWARD_VERSIONS_AFPTRACKAUXCONTAINER_V2_H
17 
18 #include<vector>
19 
20 // EDM include(s):
22 
23 // local includes
25 
26 
27 namespace xAOD {
28 
33 
34  public:
37 
38  private:
39 
40  std::vector< int > stationID;
41  std::vector< float > xLocal;
42  std::vector< float > yLocal;
43  std::vector< float > zLocal;
44  std::vector< float > xSlope;
45  std::vector< float > ySlope;
46  std::vector< unsigned int > nHoles;
47  std::vector< int > nClusters;
48  std::vector< std::vector<AFPTrack_v2::AFPClusterLink_t> > clusters;
49  std::vector< float > chi2;
50  std::vector< int > algID;
51 
52  }; // class AFPTrackAuxContainer_v2
53 
54 
55 } // end xAOD namespace
56 
57 // StoreGate registration
58 #include "xAODCore/BaseInfo.h"
60 
61 
62 #endif // XAODFORWARD_VERSIONS_AFPTRACKAUXCONTAINER_V2_H
63 
xAOD::AFPTrackAuxContainer_v2::stationID
std::vector< int > stationID
Definition: AFPTrackAuxContainer_v2.h:40
SG_BASE
SG_BASE(xAOD::AFPTrackAuxContainer_v2, xAOD::AuxContainerBase)
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD::AFPTrackAuxContainer_v2::xLocal
std::vector< float > xLocal
Definition: AFPTrackAuxContainer_v2.h:41
xAOD::AFPTrackAuxContainer_v2::xSlope
std::vector< float > xSlope
Definition: AFPTrackAuxContainer_v2.h:44
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPTrackAuxContainer_v2
Class storing information accessed by xAOD::AFPTrack_v2.
Definition: AFPTrackAuxContainer_v2.h:32
xAOD::AFPTrackAuxContainer_v2::nHoles
std::vector< unsigned int > nHoles
Definition: AFPTrackAuxContainer_v2.h:46
xAOD::AFPTrackAuxContainer_v2::clusters
std::vector< std::vector< AFPTrack_v2::AFPClusterLink_t > > clusters
Definition: AFPTrackAuxContainer_v2.h:48
xAOD::AFPTrackAuxContainer_v2::zLocal
std::vector< float > zLocal
Definition: AFPTrackAuxContainer_v2.h:43
xAOD::AFPTrackAuxContainer_v2::chi2
std::vector< float > chi2
Definition: AFPTrackAuxContainer_v2.h:49
AFPTrack_v2.h
Header file for the AFPTrack class.
xAOD::AFPTrackAuxContainer_v2::yLocal
std::vector< float > yLocal
Definition: AFPTrackAuxContainer_v2.h:42
xAOD::AFPTrackAuxContainer_v2::ySlope
std::vector< float > ySlope
Definition: AFPTrackAuxContainer_v2.h:45
xAOD::AFPTrackAuxContainer_v2::nClusters
std::vector< int > nClusters
Definition: AFPTrackAuxContainer_v2.h:47
xAOD::AFPTrackAuxContainer_v2::AFPTrackAuxContainer_v2
AFPTrackAuxContainer_v2()
Default constructor.
Definition: AFPTrackAuxContainer_v2.cxx:20
xAOD::AFPTrackAuxContainer_v2::algID
std::vector< int > algID
Definition: AFPTrackAuxContainer_v2.h:50