|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JetModifiedMassDrop_H
8 #define JetModifiedMassDrop_H
23 enum SymmetryMeasure :
int;
24 enum RecursionChoice :
int;
67 virtual void print()
const override;
83 ToolHandle<IJetFromPseudojet>
m_bld;
@ larger_m
choose the subjet with larger mass (deprecated)
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IJetFromPseudojet > m_bld
virtual int groom(const xAOD::Jet &jin, const PseudoJetContainer &, xAOD::JetContainer &jout) const override
Transform jet.
@ larger_mt
choose the subjet with larger
@ larger_pt
choose the subjet with larger
virtual void print() const override
Print the state of the tool.
SymmetryMeasure
an enum of the different (a)symmetry measures that can be used
RecursionChoice
an enum for the options of how to choose which of two subjets to recurse into
JetModifiedMassDrop(const std::string &name)