]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy padplane dimensions
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Jan 2001 21:38:46 +0000 (21:38 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Jan 2001 21:38:46 +0000 (21:38 +0000)
RICH/AliRICHSegmentationV0.cxx

index a4037d66bd6db059af8b9ae9a7de3b3bedf6fcc9..3aab65f32457f9f1c9896f2e7c952a1f3faee1cd 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.3  2000/10/03 21:44:09  morsch
+  Use AliSegmentation and AliHit abstract base classes.
+
   Revision 1.2  2000/10/02 15:48:19  jbarbosa
   Fixed coding conventions.
 
@@ -36,6 +39,8 @@ void AliRICHSegmentationV0::Init(Int_t id)
   fNpy=144;
   //fNpx=80;
   //fNpy=48;
+  fPadPlane_Width=-1;
+  fPadPlane_Length=-1;
   fSector=-1;
 }