X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PHOS%2FAliPHOSCPVGeometry.cxx;h=34d326ceafa662247a45b4fdacddc2404e91d5cc;hp=d966004924a7709ec9364461a57d61d8094fd8e3;hb=82127abf8014060eb26774987cf65b19b3cc4da4;hpb=15dfd8929cc449f4c0d849259583856bdec09007 diff --git a/PHOS/AliPHOSCPVGeometry.cxx b/PHOS/AliPHOSCPVGeometry.cxx index d966004924a..34d326ceafa 100644 --- a/PHOS/AliPHOSCPVGeometry.cxx +++ b/PHOS/AliPHOSCPVGeometry.cxx @@ -13,18 +13,7 @@ * 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) @@ -41,23 +30,23 @@ #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;