|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef HSGNN_VERTEXDECORATORALG
7 #define HSGNN_VERTEXDECORATORALG
49 this,
"vertexIn",
"PrimaryVertices",
"containerName to read"};
51 this,
"eventIn",
"EventInfo",
"containerName to read"};
53 this,
"electronsIn",
"Electrons",
"containerName to read"};
55 this,
"muonsIn",
"Muons",
"containerName to read"};
57 this,
"jetsIn",
"AntiKt4EMTopoJets",
"containerName to read"};
59 this,
"photonsIn",
"Photons",
"containerName to read"};
62 this,
"photonLinks",
"",
"" };
64 this,
"jetLinks",
"",
"" };
66 this,
"electronLinks",
"",
"" };
68 this,
"muonLinks",
"",
"" };
71 this,
"deltaZKey",
"",
"" };
73 this,
"deltaPhiKey",
"",
"" };
78 this,
"caloPointingZKey",
"",
"" };
80 this,
"zCommonKey",
"",
"" };
82 this,
"zCommonErrorKey",
"",
"" };
86 this,
"TrackVertexAssociationTool",
87 "CP::TrackVertexAssociationTool/TrackVertexAssociationTool",
88 "Track vertex association tool to use"};
92 "InDetGNNHardScatterSelection/GNNTool",
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsInKey
SG::ReadDecorHandleKey< xAOD::PhotonContainer > m_caloPointingZKey
SG::ReadDecorHandleKey< xAOD::PhotonContainer > m_zCommonErrorKey
StatusCode initialize() override
SG::ReadHandleKey< xAOD::EventInfo > m_eventInKey
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_photonLinksKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexInKey
Property holding a SG store/key/clid from which a ReadHandle is made.
ToolHandle< GNNTool > m_gnnTool
ToolHandle< CP::TrackVertexAssociationTool > m_trkVtxAssociationTool
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadDecorHandleKey< xAOD::VertexContainer > m_deltaPhiKey
SG::ReadDecorHandleKey< xAOD::VertexContainer > m_deltaZKey
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_electronLinksKey
VertexDecoratorAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::JetContainer > m_jetsInKey
SG::ReadDecorHandleKey< xAOD::PhotonContainer > m_zCommonKey
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_jetLinksKey
StatusCode execute() override
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronsInKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_muonLinksKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonsInKey