|
ATLAS Offline Software
|
Go to the documentation of this file.
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"};
44 #endif // TAURECTOOLS_TauEleOverlapChecker_H
virtual ~TauEleOverlapChecker()=default
Destructor.
Select only the tau within the removal direction.
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execution of this tool.
Gaudi::Property< double > m_checkingCone
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a tau jet.
virtual StatusCode initialize() override
Initialization of the tool.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_removedTracksContainer
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_removedClustersContainer
TauEleOverlapChecker(const std::string &name)
Constructor.