]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeometry.h
test to print out cvs tag in ctor
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.h
index 605728c3f5f796f321b3c4a94f5e6130347b52d7..b78f8ae35676c120dbad57ff8654ac2b2e5a9490 100644 (file)
@@ -65,7 +65,7 @@ public:
   const Float_t GetEnvelop(Int_t index) const { return fEnvelop[index] ; }  
   const Float_t GetShellThickness() const { return fShellThickness ; }
   const Float_t GetZLength() const { return fZLength ; } 
   const Float_t GetEnvelop(Int_t index) const { return fEnvelop[index] ; }  
   const Float_t GetShellThickness() const { return fShellThickness ; }
   const Float_t GetZLength() const { return fZLength ; } 
-
+  const Float_t GetGap2Active() const {return  fGap2Active ; }
   // material 
   const Float_t GetAmat()   const { return  fAmat ; }  
   const Float_t GetZmat()   const { return  fZmat ; }   
   // material 
   const Float_t GetAmat()   const { return  fAmat ; }  
   const Float_t GetZmat()   const { return  fZmat ; }   
@@ -98,6 +98,7 @@ private:
   Float_t fIPDistance ;              // Distance of the inner surface to the interaction point
   Float_t fShellThickness ;          // Total thickness in (x,y) direction
   Float_t fZLength ;                 // Total length in z direction
   Float_t fIPDistance ;              // Distance of the inner surface to the interaction point
   Float_t fShellThickness ;          // Total thickness in (x,y) direction
   Float_t fZLength ;                 // Total length in z direction
+  Float_t fGap2Active ;              // Gap between the envelop and the active material
 
   //material
   Float_t fAmat ;  // average atomic weight of the active material
 
   //material
   Float_t fAmat ;  // average atomic weight of the active material