stablejet is hosted by Hepforge, IPPP Durham
StableJet
stab::JetStability Class Reference

#include <JetStability.h>

Public Member Functions

 JetStability (const fastjet::JetDefinition *jetDef)
 
void reset (const Event &parts, const StabilityEventInfo &info)
 reset/initialize
 
void run (AbsSmearingAgent &)
 Run the stability analysis. More...
 
void setScan (const unsigned nScan, const double min, const double max)
 set the parameters to perform the distance cutoff scan
 
void setNCycles (const unsigned nCycles)
 set the number of smearing cycles
 
const std::vector< std::vector
< double > > & 
pairwiseRandStability () const
 
const std::vector< std::vector
< double > > & 
fuzzinessNJet () const
 
const double scanMin () const
 get the scan parameters
 
const double scanMax () const
 get the scan parameters
 
const unsigned nScan () const
 get the scan parameters
 
const unsigned nCycles () const
 get the scan parameters
 

Detailed Description

The JetStability, given the FastJet jet definition and initial (unclustered) event, returns the calculated stability and fuzziness measure.

Definition at line 21 of file JetStability.h.

Constructor & Destructor Documentation

stab::JetStability::JetStability ( const fastjet::JetDefinition *  jetDef)
inline

constructor requires the event and a pointer to the FastJet JetDefinition

Definition at line 27 of file JetStability.h.

Member Function Documentation

const std::vector<std::vector<double> >& stab::JetStability::pairwiseRandStability ( ) const
inline

The stability and fuzziness measures return a vector whose size is the same as the number points scanned in scale-space and each element is another vector with NCycles entries, one for each cycle. With this, one can see the distribution of the stability/fuzziness measure over the many cycles. get the pairwise rand stability

Definition at line 91 of file JetStability.h.

void stab::JetStability::run ( AbsSmearingAgent smearAgent)

Run the stability analysis.

run the jet stability algorithms using the given et smearing agent

Definition at line 12 of file JetStability.cc.


The documentation for this class was generated from the following files: