ATLAS Offline Software
PhotonAuxContainer_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: PhotonAuxContainer_v1.h 614853 2014-09-03 11:40:46Z krasznaa $
8 #ifndef XAODEGAMMA_VERSIONS_PHOTONAUXCONTAINER_V1_H
9 #define XAODEGAMMA_VERSIONS_PHOTONAUXCONTAINER_V1_H
10 
11 // System include(s):
12 #include <vector>
13 
14 // EDM include(s):
15 #include "AthLinks/ElementLink.h"
16 
17 // xAOD include(s):
20 
21 // Local include(s):
23 
24 namespace xAOD {
25 
38 
39  public :
42 
43  private:
46 
47  std::vector< std::vector< ElementLink< VertexContainer > > > vertexLinks;
48 
50 
53 
56  std::vector< float > convMatchDeltaEta1;
57 
60  std::vector< float > convMatchDeltaEta2;
61 
64  std::vector< float > convMatchDeltaPhi1 ;
65 
68  std::vector< float > convMatchDeltaPhi2;
69 
71 
72  }; // class PhotonAuxContainer_v1
73 
74 } // namespace xAOD
75 
76 // Set up the StoreGate inheritance for the class:
77 #include "xAODCore/BaseInfo.h"
79 
80 #endif // XAODEGAMMA_VERSIONS_PHOTONAUXCONTAINER_V1_H
xAOD::PhotonAuxContainer_v1::convMatchDeltaEta2
std::vector< float > convMatchDeltaEta2
difference between the cluster eta and the eta of the second track of the vertex extrapolated to the ...
Definition: PhotonAuxContainer_v1.h:60
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::EgammaAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition: EgammaAuxContainer_v1.h:40
EgammaAuxContainer_v1.h
xAOD::PhotonAuxContainer_v1::convMatchDeltaPhi1
std::vector< float > convMatchDeltaPhi1
difference between the cluster phi and the phi of the first track of the vertex extrapolated to the s...
Definition: PhotonAuxContainer_v1.h:64
xAOD::PhotonAuxContainer_v1::convMatchDeltaPhi2
std::vector< float > convMatchDeltaPhi2
difference between the cluster phi and the phi of the second track of the vertex extrapolated to the ...
Definition: PhotonAuxContainer_v1.h:68
xAOD::PhotonAuxContainer_v1::vertexLinks
std::vector< std::vector< ElementLink< VertexContainer > > > vertexLinks
Definition: PhotonAuxContainer_v1.h:47
xAOD::PhotonAuxContainer_v1
Auxiliary store for offline photons.
Definition: PhotonAuxContainer_v1.h:37
VertexContainer.h
xAOD::PhotonAuxContainer_v1::convMatchDeltaEta1
std::vector< float > convMatchDeltaEta1
difference between the cluster eta and the eta of the first track of the vertex extrapolated to the s...
Definition: PhotonAuxContainer_v1.h:56
SG_BASE
SG_BASE(xAOD::PhotonAuxContainer_v1, xAOD::EgammaAuxContainer_v1)
xAOD::PhotonAuxContainer_v1::PhotonAuxContainer_v1
PhotonAuxContainer_v1()
TrackParticleContainer.h