StRoot
1
|
#include <StConeJetFinderBase.h>
Public Member Functions | |
StConeJetFinder (const StConePars &pars) | |
StJetEtCellFactory * | makeCellFactory () |
void | findJets (JetList &protoJetList, const FourVecList &particleList) |
Public Member Functions inherited from StConeJetFinderBase | |
StConeJetFinderBase (const StConePars &pars) | |
void | Init () |
Additional Inherited Members | |
Public Types inherited from StConeJetFinderBase | |
typedef StEtaPhiCell::CellList | CellList |
Public Types inherited from StJetFinder | |
typedef std::list< StProtoJet > | JetList |
typedef StProtoJet::FourVecList | FourVecList |
Protected Member Functions inherited from StConeJetFinderBase | |
StConeJetFinderBase () | |
Only available for derived classes. | |
void | initializeWorkCell (const StEtaPhiCell *other) |
void | formCone () |
const StProtoJet & | collectCell (StEtaPhiCell *seed) |
CellList | generateToSearchListFrom (CellList &orderedList) |
Protected Attributes inherited from StConeJetFinderBase | |
StConePars | mPars |
StEtaPhiCell * | mWorkCell |
run-time pars | |
StSpinJet::StEtaPhiGrid | _cellGrid |
Protected Attributes inherited from StJetFinder | |
JetList | mJets |
Definition at line 10 of file StConeJetFinder.h.