]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct z-position of slat planes.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Oct 2000 13:37:40 +0000 (13:37 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Oct 2000 13:37:40 +0000 (13:37 +0000)
MUON/AliMUONSegmentationSlat.cxx

index 0a1efc251b671cd2c2ed327d915266c6a083c58e..2a53407baba9faec88a3fb238f561f52a24c7dbb 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.4  2000/10/22 16:55:43  morsch
+Use only x-symmetry in global to local transformations and delegation.
+
 Revision 1.3  2000/10/18 11:42:06  morsch
 - AliMUONRawCluster contains z-position.
 - Some clean-up of useless print statements during initialisations.
@@ -426,8 +429,8 @@ void AliMUONSegmentationSlat::Init(Int_t chamber)
     Int_t ndiv[4];
 // Pad division
     for (i=0; i<4; i++) ndiv[i]=(*fNDiv)[i];
-// Half distance between slat planes
-    fDz=1.76;
+//
+    fDz=0.813;
 // Slat height    
     fSlatY=40.;
     for (i=0; i<15; i++) fSlatX[i]=0.;