|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORK_PHOTONVERTEXSELECTIONWRAPPER_H
6 #define DERIVATIONFRAMEWORK_PHOTONVERTEXSELECTIONWRAPPER_H
13 #include "GaudiKernel/ToolHandle.h"
48 "Handle to the photon pointing tool"
59 "SG key of input photon container"
67 "SG key of input vertex container"
92 #endif // DERIVATIONFRAMEWORK_PHOTONVERTEXSELECTIONWRAPPER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
PhotonVertexSelectionWrapper(const std::string &t, const std::string &n, const IInterface *p)
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainer
Input primary vertex container.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vtxPt
ToolHandle< CP::IPhotonPointingTool > m_photonPointingTool
PhotonPointingTool.
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
std::string m_decPrefix
Prefix for the decorations.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vtxSumPt2
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vtxSumPt
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vtxPhi
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonContainer
Input photon container.
StatusCode initialize() override final
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vtxEta
virtual StatusCode addBranches() const override final
Pass the thinning service
Handle class for reading from StoreGate.