|
double | spr::getDistInCMatEcal (double eta1, double phi1, double eta2, double phi2, bool debug=false) |
|
double | spr::getDistInCMatHcal (double eta1, double phi1, double eta2, double phi2, bool debug=false) |
|
double | spr::getDistInPlaneTrackDir (const GlobalPoint &caloPoint, const GlobalVector &caloVector, const GlobalPoint &rechitPoint, bool debug=false) |
|
double | spr::getEnergy (HBHERecHitCollection::const_iterator hit, int useRaw=0, bool debug=false) |
|
double | spr::getEnergy (edm::PCaloHitContainer::const_iterator hit, int useRaw=0, bool debug=false) |
|
void | spr::getEtaPhi (HBHERecHitCollection::const_iterator hit, std::vector< int > &RH_ieta, std::vector< int > &RH_iphi, std::vector< double > &RH_ene, bool debug=false) |
|
void | spr::getEtaPhi (edm::PCaloHitContainer::const_iterator hit, std::vector< int > &RH_ieta, std::vector< int > &RH_iphi, std::vector< double > &RH_ene, bool debug=false) |
|
void | spr::getEtaPhi (HBHERecHitCollection::const_iterator hit, int &ieta, int &iphi, bool debug=false) |
|
void | spr::getEtaPhi (edm::PCaloHitContainer::const_iterator hit, int &ieta, int &iphi, bool debug=false) |
|
GlobalPoint | spr::getGpos (const CaloGeometry *geo, HBHERecHitCollection::const_iterator hit, bool debug=false) |
|
GlobalPoint | spr::getGpos (const CaloGeometry *geo, edm::PCaloHitContainer::const_iterator hit, bool debug=false) |
|
double | spr::getRawEnergy (HBHERecHitCollection::const_iterator hit, int useRaw=0) |
|
double | spr::getRawEnergy (edm::PCaloHitContainer::const_iterator hit, int useRaw=0) |
|