StRoot
1
|
Public Types | |
typedef std::list< StProtoJet > | JetList |
typedef std::map< StEtGridKey, StEtaPhiCell * > | CellMap |
typedef CellMap::value_type | CellMapValType |
typedef StEtaPhiCell::CellList | CellList |
Public Member Functions | |
StEtaPhiGrid (StConePars &pars) | |
void | buildGrid (StJetEtCellFactory *cellFactory) |
void | fillGridWith (JetList &protoJetList) |
CellList | EtSortedCellList () |
CellList | WithinTheConeRadiusCellList (const StEtaPhiCell &theCell) const |
StEtaPhiCell * | findMidpointCell (const StEtaPhiCell &cell1, const StEtaPhiCell &cell2) |
StEtaPhiCell * | Cell (double eta, double phi) |
Definition at line 18 of file StEtaPhiGrid.h.