13#ifndef DerivationFramework_JetMSVAugmentation_H
14#define DerivationFramework_JetMSVAugmentation_H
19#include "GaudiKernel/ToolHandle.h"
33 virtual StatusCode
initialize() override final;
52 Gaudi::Property<std::string>
m_vtxAlgName{
this,
"vertexAlgName",
"MSV"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
JetMSVAugmentation(const std::string &t, const std::string &n, const IInterface *p)
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxpt
virtual StatusCode initialize() override final
SG::ReadHandleKey< xAOD::JetContainer > m_jetCollectionName
Gaudi::Property< std::string > m_vtxAlgName
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxmass
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxx
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxntrk
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxz
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxy
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxeta
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxphi
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxefrac
SG::WriteDecorHandleKey< xAOD::JetContainer > m_dec_vtxdls
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.