]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCPVGeometry.cxx
Number of pads along z is corrected
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCPVGeometry.cxx
index aa4e22a1dddd605366f7dfedbb5830dbb5778ce3..730ae1eface00c9bfaa406adf93d2bf6623db878 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-  $Log$
-  Revision 1.3.6.1  2002/11/22 14:19:47  hristov
-  Merging NewIO-01 with v3-09-04 (part one) (P.Skowronski)
-
-  Revision 1.4  2002/10/29 17:00:45  schutz
-  removed iostream
-
-  Revision 1.3  2001/09/26 12:09:36  schutz
-  A new (final?) geometry developed
-
-  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)
@@ -47,7 +30,7 @@
 
 #include "AliPHOSCPVGeometry.h"
 
-ClassImp(AliPHOSCPVGeometry) ;
+ClassImp(AliPHOSCPVGeometry)
 
 //____________________________________________________________________________
 AliPHOSCPVGeometry::AliPHOSCPVGeometry()
@@ -56,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;