]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed fDeadZone data member.
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jan 2001 20:59:32 +0000 (20:59 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jan 2001 20:59:32 +0000 (20:59 +0000)
RICH/AliRICHSegmentationV1.h

index 8c4b5ab04f16748e8bf175382b31f5dfe2295597..34d56844aa5e4c59ca214d0f4676dd9f9b366170 100644 (file)
@@ -33,10 +33,6 @@ class AliRICHSegmentationV1 : public AliRICHSegmentationV0 {
     // Current integration limits
     virtual void IntegrationLimits (Float_t& x1, Float_t& x2, Float_t& y1, Float_t& y2);
     
- protected:
-
-    Float_t fDeadZone;               //width of dead zones between CsI photocathodes
-    
  private:
     ClassDef(AliRICHSegmentationV1,1)
 };