ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

/* $Id$ */

//_________________________________________________________________________
// Geometry class  for PHOS : CPV (Charged particle veto, IHEP version)
// Its data members provide geometry parametrization of CPV
// which can be changed in the constructor only.
// Author: Yuri Kharlov (IHEP, Protvino)
// 15 September 2000
//
// --- ROOT system ---

// --- Standard library ---

// --- AliRoot header files ---

#include "AliPHOSCPVGeometry.h"

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
  fCPVFrameSize[0]       = 2.5;
  fCPVFrameSize[1]       = 5.1;
  fCPVFrameSize[2]       = 2.5;
  fGassiplexChipSize[0]  = 4.2;
  fGassiplexChipSize[1]  = 0.1;
  fGassiplexChipSize[2]  = 6.0;
  fFTPosition[0]         = 0.7;
  fFTPosition[1]         = 2.2;
  fFTPosition[2]         = 3.6;
  fFTPosition[3]         = 5.1;

  fCPVActiveSize[0]      = fNumberOfCPVPadsPhi * fCPVPadSizePhi;
  fCPVActiveSize[1]      = fNumberOfCPVPadsZ   * fCPVPadSizeZ;
  fCPVBoxSize[0]         = fCPVActiveSize[0] + 2 * fCPVFrameSize[0];
  fCPVBoxSize[1]         = fCPVFrameSize[1] * fNumberOfCPVLayers + 0.1;
  fCPVBoxSize[2]         = fCPVActiveSize[1] + 2 * fCPVFrameSize[2];

}
//____________________________________________________________________________
 AliPHOSCPVGeometry.cxx:1
 AliPHOSCPVGeometry.cxx:2
 AliPHOSCPVGeometry.cxx:3
 AliPHOSCPVGeometry.cxx:4
 AliPHOSCPVGeometry.cxx:5
 AliPHOSCPVGeometry.cxx:6
 AliPHOSCPVGeometry.cxx:7
 AliPHOSCPVGeometry.cxx:8
 AliPHOSCPVGeometry.cxx:9
 AliPHOSCPVGeometry.cxx:10
 AliPHOSCPVGeometry.cxx:11
 AliPHOSCPVGeometry.cxx:12
 AliPHOSCPVGeometry.cxx:13
 AliPHOSCPVGeometry.cxx:14
 AliPHOSCPVGeometry.cxx:15
 AliPHOSCPVGeometry.cxx:16
 AliPHOSCPVGeometry.cxx:17
 AliPHOSCPVGeometry.cxx:18
 AliPHOSCPVGeometry.cxx:19
 AliPHOSCPVGeometry.cxx:20
 AliPHOSCPVGeometry.cxx:21
 AliPHOSCPVGeometry.cxx:22
 AliPHOSCPVGeometry.cxx:23
 AliPHOSCPVGeometry.cxx:24
 AliPHOSCPVGeometry.cxx:25
 AliPHOSCPVGeometry.cxx:26
 AliPHOSCPVGeometry.cxx:27
 AliPHOSCPVGeometry.cxx:28
 AliPHOSCPVGeometry.cxx:29
 AliPHOSCPVGeometry.cxx:30
 AliPHOSCPVGeometry.cxx:31
 AliPHOSCPVGeometry.cxx:32
 AliPHOSCPVGeometry.cxx:33
 AliPHOSCPVGeometry.cxx:34
 AliPHOSCPVGeometry.cxx:35
 AliPHOSCPVGeometry.cxx:36
 AliPHOSCPVGeometry.cxx:37
 AliPHOSCPVGeometry.cxx:38
 AliPHOSCPVGeometry.cxx:39
 AliPHOSCPVGeometry.cxx:40
 AliPHOSCPVGeometry.cxx:41
 AliPHOSCPVGeometry.cxx:42
 AliPHOSCPVGeometry.cxx:43
 AliPHOSCPVGeometry.cxx:44
 AliPHOSCPVGeometry.cxx:45
 AliPHOSCPVGeometry.cxx:46
 AliPHOSCPVGeometry.cxx:47
 AliPHOSCPVGeometry.cxx:48
 AliPHOSCPVGeometry.cxx:49
 AliPHOSCPVGeometry.cxx:50
 AliPHOSCPVGeometry.cxx:51
 AliPHOSCPVGeometry.cxx:52
 AliPHOSCPVGeometry.cxx:53
 AliPHOSCPVGeometry.cxx:54
 AliPHOSCPVGeometry.cxx:55
 AliPHOSCPVGeometry.cxx:56
 AliPHOSCPVGeometry.cxx:57
 AliPHOSCPVGeometry.cxx:58
 AliPHOSCPVGeometry.cxx:59
 AliPHOSCPVGeometry.cxx:60
 AliPHOSCPVGeometry.cxx:61
 AliPHOSCPVGeometry.cxx:62
 AliPHOSCPVGeometry.cxx:63
 AliPHOSCPVGeometry.cxx:64
 AliPHOSCPVGeometry.cxx:65
 AliPHOSCPVGeometry.cxx:66
 AliPHOSCPVGeometry.cxx:67
 AliPHOSCPVGeometry.cxx:68