]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
main ctor bug fixed
authorkir <kir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Oct 2003 13:34:37 +0000 (13:34 +0000)
committerkir <kir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 Oct 2003 13:34:37 +0000 (13:34 +0000)
RICH/AliRICHChamber.cxx

index dcc580e12a7fe6dd64866a0dcee745c93c71c14e..6e09e6d602e8413952626455e80fd70adfbf7819 100644 (file)
@@ -80,6 +80,9 @@ AliRICHChamber::AliRICHChamber(Int_t iModuleN,AliRICHParam *pParam)
                                                       Rot().ThetaZ()*kR2d, Rot().PhiZ()*kR2d);
   fpParam=pParam;
   fX=fCenterV3.X();fY=fCenterV3.Y();fZ=fCenterV3.Z();
+  
+  fSegmentation = 0;  fResponse = 0;    fGeometry = 0;
+  fTresh = 0;    for(Int_t i=0; i<50; ++i) fIndexMap[i] = 0;
 }
 //______________________________________________________________________________