StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
StCdfChargedConePars Class Reference

#include <StCdfChargedConeJetFinder.h>

Inheritance diagram for StCdfChargedConePars:
StConePars StJetPars

Public Member Functions

virtual StJetFinderconstructJetFinder ()
 
- Public Member Functions inherited from StConePars
void setGridSpacing (int nEta, double etaMin, double etaMax, int nPhi, double phiMin, double phiMax)
 Set the grid spacing:
 
void setSeedEtMin (double v)
 minimum et threshold to be considered a seed
 
void setAssocEtMin (double v)
 minimum et threshold to be considered for addition to the seed
 
void setSplitFraction (double v)
 split jets if E_shared/E_neighbor>splitFraction
 
void setPerformMinimization (bool v)
 Let jet wander to minimum?
 
void setAddMidpoints (bool v)
 Add seeds at midpoints?
 
void setDoSplitMerge (bool v)
 Do Split/Merge step?
 
void setRequireStableMidpoints (bool v)
 Require stable midpoints?
 
void setConeRadius (double v)
 Set cone radius:
 
void setDebug (bool v)
 Toggle debug streams on/off.
 
int Neta () const
 
int Nphi () const
 
double EtaMin () const
 
double EtaMax () const
 
double PhiMin () const
 
double PhiMax () const
 
double coneRadius () const
 
double seedEtMin () const
 
double assocEtMin () const
 
double splitFraction () const
 
bool performMinimization () const
 
bool addMidpoints () const
 
bool requiredStableMidpoints () const
 
bool doSplitMerge () const
 
bool debug () const
 
double phiWidth () const
 
double etaWidth () const
 
int deltaPhi () const
 
int deltaEta () const
 

Detailed Description

This is an implemenation of the CDF Charged jet finder (analagous to "Simple UA1 Jet Finder" but with charged tracks instead of calorimeter cells. For efficiency, we still organize the tracks into a grid, but we sort the grid by it's leading charged particle.

Author
M.L. Miller (MIT Software) A simple class to encapsulate the requisite run-time parameters of the cdf-charged cone jet algorithm.

Definition at line 8 of file StCdfChargedConePars.h.


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