]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCPVGeometry.cxx
Run type changed: PHYSICS only
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCPVGeometry.cxx
index d966004924a7709ec9364461a57d61d8094fd8e3..34d326ceafa662247a45b4fdacddc2404e91d5cc 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-  $Log$
-  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)
 
 #include "AliPHOSCPVGeometry.h"
 
-ClassImp(AliPHOSCPVGeometry) ;
+ClassImp(AliPHOSCPVGeometry)
 
 //____________________________________________________________________________
 AliPHOSCPVGeometry::AliPHOSCPVGeometry()
+  : fNumberOfCPVLayers(1),
+    fNumberOfCPVPadsPhi(128),
+    fNumberOfCPVPadsZ(56),
+    fCPVPadSizePhi(1.13),
+    fCPVPadSizeZ(2.26),
+    fNumberOfCPVChipsPhi(8),
+    fNumberOfCPVChipsZ(8),
+    fCPVGasThickness(1.3),
+    fCPVTextoliteThickness(0.1),
+    fCPVCuNiFoilThickness(56e-04)
 {
 
   // Initializes the CPV parameters
-  fNumberOfCPVLayers     = 1;
-  fNumberOfCPVPadsPhi    = 128;
-  fNumberOfCPVPadsZ      = 64;
-  fCPVPadSizePhi         = 1.13;
-  fCPVPadSizeZ           = 2.26;
-  fNumberOfCPVChipsPhi   = 8;
-  fNumberOfCPVChipsZ     = 8;
-  fCPVGasThickness       = 1.3;
-  fCPVTextoliteThickness = 0.1;
-  fCPVCuNiFoilThickness  = 56e-04;;
   fCPVFrameSize[0]       = 2.5;
   fCPVFrameSize[1]       = 5.1;
   fCPVFrameSize[2]       = 2.5;