]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentationV0.cxx
AliMUON delegates part of BuildGeometry() to AliMUONSegmentation using the
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentationV0.cxx
index d958c1f15d9506d14feb87ba43e6d154bf40eed8..d189acbf919cf5a6559453a2b3e90694c5166aa4 100644 (file)
  **************************************************************************/
 /*
 $Log$
+Revision 1.8  2000/10/18 11:42:06  morsch
+- AliMUONRawCluster contains z-position.
+- Some clean-up of useless print statements during initialisations.
+
 Revision 1.7  2000/10/03 21:48:07  morsch
 Adopt to const declaration of some of the methods in AliSegmentation.
 
@@ -76,6 +80,7 @@ ClassImp(AliMUONSegmentationV0)
     fRmax=fChamber->ROuter();    
     fCorr=0;
     fZ=fChamber->Z();
+    fId=chamber;
 }