|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAURECTOOLS_TAUCLUSTERFINDER_H
6 #define TAURECTOOLS_TAUCLUSTERFINDER_H
40 Gaudi::Property<bool>
m_skipNegativeEnergy {
this,
"SkipNegativeEnergy",
true,
"whether to skip negative energy clusters"};
43 "Use original cluster object if jet constituent is a shallow copy"};
46 #endif // TAURECTOOLS_TAUCLUSTERFINDER_H
Gaudi::Property< bool > m_skipNegativeEnergy
TauClusterFinder(const std::string &name)
Constructor.
std::vector< const xAOD::CaloCluster * > getClusterList(const xAOD::Jet &jet) const
Gaudi::Property< bool > m_useOrigCluster
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a tau jet.
~TauClusterFinder()=default
Destructor.
virtual StatusCode execute(xAOD::TauJet &tau) const override
Execution of this tool.
Associate the clusters used in the seed jet to the tau candidate.
ASG_TOOL_CLASS2(TauClusterFinder, TauRecToolBase, ITauToolBase)