StRoot
1
|
#include <StCdfChargedJetEtCell.h>
Public Member Functions | |
StCdfChargedJetEtCell (const StCdfChargedJetEtCell &c) | |
StCdfChargedJetEtCell (double etaMin, double etaMax, double phiMin, double phiMax) | |
StEtaPhiCell * | clone () const |
double | eT () const |
order cells by lcp-pt instead of overall et | |
void | addProtoJet (const StProtoJet &) |
Add a protojet to the cell. | |
void | addCell (StEtaPhiCell *cell) |
Add another cell to this one. | |
void | clear () |
internal reset for next pass at jet-finding | |
Public Member Functions inherited from StEtaPhiCell | |
StEtaPhiCell (double etaMin, double etaMax, double phiMin, double phiMax) | |
bool | isSamePosition (const StEtaPhiCell &other) const |
StProtoJet & | protoJet () |
bool | empty () const |
void | setNtimesUsed (int v) |
int | nTimesUsed () const |
const StProtoJet & | centroid () |
double | eta () const |
double | phi () const |
void | setEt (double v) |
double | Et () const |
void | update () |
CellList & | cellList () |
const CellList & | cellList () const |
double | distance (const StEtaPhiCell &rhs) const |
Additional Inherited Members | |
Public Types inherited from StEtaPhiCell | |
typedef std::list< StProtoJet > | JetList |
typedef StProtoJet::FourVecList | FourList |
typedef std::list< StEtaPhiCell * > | CellList |
Protected Attributes inherited from StEtaPhiCell | |
int | mNtimesUsed |
double | mEt |
bool | mUpToDate |
CellList | mCells |
StProtoJet | mProtoJet |
Definition at line 20 of file StCdfChargedJetEtCell.h.