12 double eta = position.getEta();
16 double rho = position.getRho();
27 double z = std::fabs(position.getZ());
28 double zBack =
zBackEE(position);
60 double eta = position.getEta();
62 double rho = position.getRho();
65 else if (rho < rhoBack ) showerType = 1;
66 else if (rho <
Rmin[
kHB] ) showerType = 2;
71 double z = std::fabs(position.getZ());
72 double zBack =
zBackEE(position);
74 else if (z < zBack ) showerType = 5;
75 else if (z <
Zmin[
kHE] ) showerType = 6;
const double ZFrontCrystalEE
const double Zmax[kNumberCalorimeter]
double zBackEE(const Gflash3Vector &position)
const double EtaMax[kNumberCalorimeter]
static int position[TOTALCHAMBERS][3]
CalorimeterNumber getCalorimeterNumber(const Gflash3Vector &position)
const double LengthCrystalEE
const double LengthCrystalEB
double rhoBackEB(const Gflash3Vector &position)
int findShowerType(const Gflash3Vector &position)
const double RFrontCrystalEB
const double Zmin[kNumberCalorimeter]
CLHEP::Hep3Vector Gflash3Vector
const double Rmax[kNumberCalorimeter]
const double Rmin[kNumberCalorimeter]