]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCPVGeometry.cxx
Additional protection. The call to RecWithStack has to be removed in case of raw...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCPVGeometry.cxx
index 036d5abe3c9f60fe1630be5b8d8756988697f57c..730ae1eface00c9bfaa406adf93d2bf6623db878 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-  $Log$
-  Revision 1.2  2000/11/09 15:49:04  martinez
-  Coding convention rules obeyed
-
-  Revision 1.1  2000/11/03 16:28:21  schutz
-  CPV geometry class to correct previous name-convetion rule violation
-
-*/
+/* $Id$ */
 
 //_________________________________________________________________________
 // Geometry class  for PHOS : CPV (Charged particle veto, IHEP version)
 
 // --- Standard library ---
 
-#include <iostream.h>
-
 // --- AliRoot header files ---
 
 #include "AliPHOSCPVGeometry.h"
 
-ClassImp(AliPHOSCPVGeometry) ;
+ClassImp(AliPHOSCPVGeometry)
 
 //____________________________________________________________________________
 AliPHOSCPVGeometry::AliPHOSCPVGeometry()
@@ -49,7 +39,7 @@ AliPHOSCPVGeometry::AliPHOSCPVGeometry()
   // Initializes the CPV parameters
   fNumberOfCPVLayers     = 1;
   fNumberOfCPVPadsPhi    = 128;
-  fNumberOfCPVPadsZ      = 64;
+  fNumberOfCPVPadsZ      = 56;
   fCPVPadSizePhi         = 1.13;
   fCPVPadSizeZ           = 2.26;
   fNumberOfCPVChipsPhi   = 8;