7 #include "StEtGridKey.h"
8 #include "StEtaPhiCell.h"
22 typedef std::list<StProtoJet> JetList;
23 typedef std::map<StEtGridKey, StEtaPhiCell*> CellMap;
24 typedef CellMap::value_type CellMapValType;
25 typedef StEtaPhiCell::CellList CellList;
33 void fillGridWith(JetList& protoJetList);
35 CellList EtSortedCellList();
36 CellList WithinTheConeRadiusCellList(
const StEtaPhiCell& theCell)
const;
47 int findEtaKey(
double eta)
const;
48 int findPhiKey(
double phi)
const;
50 double midpoint(
double v1,
double v2);
60 #endif // STETAPHIGRID_H