1 #ifndef RecoJets_JetAlgorithms_QJETSPLUGIN_h 2 #define RecoJets_JetAlgorithms_QJETSPLUGIN_h 3 #include "fastjet/JetDefinition.hh" 4 #include "fastjet/PseudoJet.hh" 5 #include "fastjet/ClusterSequence.hh" 18 _dcut_fctr(dcut_fctr),
22 _truncation_fctr(truncation_fctr),
void SetRNEngine(CLHEP::HepRandomEngine *rnEngine)
auto_ptr< ClusterSequence > cs
std::string description() const
CLHEP::HepRandomEngine * _rnEngine
void run_clustering(fastjet::ClusterSequence &cs) const
void SetRandSeed(unsigned int seed)
QjetsPlugin(double zcut, double dcut_fctr, double exp_min, double exp_max, double rigidity, double truncation_fctr=0.)