5#ifndef TAURECTOOLS_TauEleOverlapChecker_H
6#define TAURECTOOLS_TauEleOverlapChecker_H
39 Gaudi::Property<double>
m_checkingCone {
this,
"CheckingCone", 0.6,
"Cone size of the checking, in dR"};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~TauEleOverlapChecker()=default
Destructor.
virtual StatusCode initialize() override
Initialization of the tool.
Gaudi::Property< double > m_checkingCone
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_removedClustersContainer
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_removedTracksContainer
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execution of this tool.
TauEleOverlapChecker(const std::string &name)
Constructor.
TauJet_v3 TauJet
Definition of the current "tau version".