StRoot
1
|
#include <StCdfChargedConeJetFinder.h>
Public Member Functions | |
virtual StJetFinder * | constructJetFinder () |
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 |
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.
Definition at line 8 of file StCdfChargedConePars.h.