Go to the documentation of this file.
   51   double   getXposBox(
unsigned int i)
     const {
return xposBox[i];}
 
   53   int      getTypeScnt(
unsigned int i)
    const {
return typeLayerScnt[i];}
 
   55   double   getXposScnt(
unsigned int i)
    const {
return xposLayerScnt[i];}
 
   57   int      getTypeAbs(
unsigned int i)
     const {
return typeLayerAbs[i];}
 
   59   double   getXposAbs(
unsigned int i)
     const {
return xposLayerAbs[i];}
 
   63   double   getDx_2Abs(
unsigned int i)
     const {
return dx_2Absorber[i];}
 
   70   double   getDx_2Wrap(
unsigned int i)
    const {
return dx_2Wrapper[i];}
 
   71   double   getDx_2FrontP(
unsigned int i)
  const {
return dx_2FrontPlastic[i];}
 
   72   double   getDx_2BackP(
unsigned int i)
   const {
return dx_2BackPlastic[i];}
 
   73   double   getDx_2Scnt(
unsigned int i)
    const {
return dx_2Scintillator[i];}
 
   95   double*  xposLayerScnt;          
 
  100   double*  xposLayerAbs;           
 
  105   double*  dx_2Absorber;           
 
  111   double*  dy_2ScntLayer;          
 
  112   double*  dx_2ScntLayer;          
 
  114   double*  dx_2FrontPlastic;       
 
  115   double*  dx_2BackPlastic;        
 
  116   double*  dx_2Scintillator;