1 #ifndef CALORECO_BEMCREC_H
2 #define CALORECO_BEMCREC_H
84 void Momenta(std::vector<EmcModule> *,
float &,
float &,
float &,
float &,
float &,
85 float &,
float thresh = 0);
87 void Tower2Global(
float E,
float xC,
float yC,
float &xA,
float &yA,
float &zA);
88 float GetTowerEnergy(
int iy,
int iz, std::vector<EmcModule> *plist);
96 virtual void CorrectECore(
float ecore,
float ,
float ,
float &ecorecorr) { ecorecorr = ecore; }
115 float GetProb(std::vector<EmcModule> HitList,
float e,
float xg,
float yg,
float zg,
float &chi2,
int &ndf);
123 static int HitNCompare(
const void *,
const void *);
124 static int HitACompare(
const void *,
const void *);
125 static void CopyVector(
const int *,
int *,
int);