ATLAS Offline Software
AFPVertexAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
15 #ifndef XAODFORWARD_VERSIONS_AFPVERTEXAUXCONTAINER_V1_H
16 #define XAODFORWARD_VERSIONS_AFPVERTEXAUXCONTAINER_V1_H
17 
18 #include<vector>
19 
20 // EDM include(s):
22 
23 // local includes
25 
26 namespace xAOD {
27 
33 
34  public:
37 
38  private:
39 
40  std::vector< float > position;
41  std::vector< std::vector<AFPVertex_v1::AFPProtonLink_t> > protons;
42  std::vector< std::vector<AFPVertex_v1::AFPToFTrackLink_t> > tofTracks;
43  std::vector< float > distA;
44  std::vector< float > distC;
45  std::vector< int > algID;
46 
47  }; // class AFPVertexAuxContainer_v1
48 
49 
50 } // end xAOD namespace
51 
52 // StoreGate registration
53 #include "xAODCore/BaseInfo.h"
55 
56 
57 #endif // XAODFORWARD_VERSIONS_AFPVERTEXAUXCONTAINER_V1_H
58 
xAOD::AFPVertexAuxContainer_v1::position
std::vector< float > position
Definition: AFPVertexAuxContainer_v1.h:40
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::AFPVertexAuxContainer_v1::distA
std::vector< float > distA
Definition: AFPVertexAuxContainer_v1.h:43
xAOD::AFPVertexAuxContainer_v1::tofTracks
std::vector< std::vector< AFPVertex_v1::AFPToFTrackLink_t > > tofTracks
Definition: AFPVertexAuxContainer_v1.h:42
xAOD::AFPVertexAuxContainer_v1::protons
std::vector< std::vector< AFPVertex_v1::AFPProtonLink_t > > protons
Definition: AFPVertexAuxContainer_v1.h:41
xAOD::AFPVertexAuxContainer_v1::AFPVertexAuxContainer_v1
AFPVertexAuxContainer_v1()
Default constructor.
Definition: AFPVertexAuxContainer_v1.cxx:20
xAOD::AFPVertexAuxContainer_v1
Class storing information accessed by xAOD::AFPVertex_v1.
Definition: AFPVertexAuxContainer_v1.h:32
xAOD::AFPVertexAuxContainer_v1::distC
std::vector< float > distC
Definition: AFPVertexAuxContainer_v1.h:44
xAOD::AFPVertexAuxContainer_v1::algID
std::vector< int > algID
Definition: AFPVertexAuxContainer_v1.h:45
AFPVertex_v1.h
Header file for the AFPVertex class.
SG_BASE
SG_BASE(xAOD::AFPVertexAuxContainer_v1, xAOD::AuxContainerBase)