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;
virtual void print() const override
Print the state of the tool.
SymmetryMeasure
an enum of the different (a)symmetry measures that can be used
JetModifiedMassDrop(const std::string &name)
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
RecursionChoice
an enum for the options of how to choose which of two subjets to recurse into
@ larger_pt
choose the subjet with larger
@ larger_mt
choose the subjet with larger
@ larger_m
choose the subjet with larger mass (deprecated)
virtual int groom(const xAOD::Jet &jin, const PseudoJetContainer &, xAOD::JetContainer &jout) const override
Transform jet.
ToolHandle< IJetFromPseudojet > m_bld
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".