31 #ifndef __FASTJET_MASS_DROP_TAGGER_HH__
32 #define __FASTJET_MASS_DROP_TAGGER_HH__
34 #include <fastjet/tools/Transformer.hh>
35 #include <fastjet/LimitedWarning.hh>
36 #include <fastjet/WrappedStructure.hh>
38 FASTJET_BEGIN_NAMESPACE
41 class MassDropTaggerStructure;
95 MassDropTagger(
const double mu=0.67,
const double ycut=0.09) : _mu(mu), _ycut(ycut){};
98 virtual std::string description()
const;
134 inline double mu()
const{
return _mu;}
138 inline double y()
const {
return _y;}
154 FASTJET_END_NAMESPACE
156 #endif // __FASTJET_MASS_DROP_TAGGER_HH__