]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed feedback photon origin coordinates
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 May 2000 13:45:57 +0000 (13:45 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 May 2000 13:45:57 +0000 (13:45 +0000)
RICH/AliRICHChamber.cxx

index 1266a8acffadf5164fdb1f132787c8b6b0b4af08..62189ab794997c9ef0f8b988fb1ec4d480fbcf52 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.1  2000/04/19 12:57:20  morsch
+  Newly structured and updated version (JB, AM)
+
 */
 
 
@@ -119,7 +122,7 @@ void AliRICHChamber::DisIntegration(Float_t eloss, Float_t xhit, Float_t yhit,
     local[0]=xhit;
     // z-position of the wires relative to the RICH mother volume 
     // (2 mmm before CsI) old value: 6.076
-    local[1]=1.276 + fGeometry->GetGapThickness()/2 + fGeometry->GetProximityGapThickness() - .39;
+    local[1]=1.276 + fGeometry->GetGapThickness()/2  - .2;
     //printf("AliRICHChamber feedback origin:%f",local[1]);
     local[2]=yhit;