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

#include <ClusterAnalysisHighPt.h>

Public Member Functions

 ClusterAnalysisHighPt (const double dCut, const bool useJunkJet=true)
 Constructor. Initialize the distance paramter (scale cut-off) by dCut.
 
 ClusterAnalysisHighPt ()
 default constructor
 
void initialize (const fastjet::ClusterSequence &)
 Initialize internal data from first clustering results. More...
 
void clear ()
 clear the contents
 
void fill (const fastjet::ClusterSequence &)
 Add results of latest clustering to stability consideration. More...
 
double doStability (const ClusteringComparisonIndexCP &, const StabilityCalcMethod method=PAIRWISE)
 perform the stability calculation
 
double doFuzziness (const AbsFuzzinessCalculator &)
 perform the fuzziness calculation
 
double dCut () const
 return the distance cut-off value
 
const std::vector< double > & cpStab () const
 return a reference to the constituent perspective stability vector
 

Detailed Description

ClusterAnalysisHighPt class keeps track of the clustering results for each initial particle. As opposed to ClusterAnalysis, this class seeks to estimate the stability of the two highest pt jets. It is thought this is the more appropriate change to make rather than modifications to the stability indices directly. It then can perform/oversee the stability and fuzziness calculations for the configuration.

Definition at line 22 of file ClusterAnalysisHighPt.h.

Member Function Documentation

void stab::ClusterAnalysisHighPt::fill ( const fastjet::ClusterSequence &  cs)

Add results of latest clustering to stability consideration.

fill the accumulators and maps of into which jet a particle gets clustered this function expects a cluster sequence

Definition at line 68 of file ClusterAnalysisHighPt.cc.

void stab::ClusterAnalysisHighPt::initialize ( const fastjet::ClusterSequence &  cs)

Initialize internal data from first clustering results.

initialze the class this function expects a cluster sequence

Definition at line 11 of file ClusterAnalysisHighPt.cc.


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