29 #ifndef __FASTJET_MASS_DROP_TAGGER_HH__
30 #define __FASTJET_MASS_DROP_TAGGER_HH__
32 #include <fastjet/tools/Transformer.hh>
33 #include <fastjet/LimitedWarning.hh>
34 #include <fastjet/WrappedStructure.hh>
36 FASTJET_BEGIN_NAMESPACE
39 class MassDropTaggerStructure;
93 MassDropTagger(
const double mu=0.67,
const double ycut=0.09) : _mu(mu), _ycut(ycut){};
96 virtual std::string description()
const;
131 inline double mu()
const{
return _mu;}
135 inline double y()
const {
return _y;}
151 FASTJET_END_NAMESPACE
153 #endif // __FASTJET_MASS_DROP_TAGGER_HH__