]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/AliTPCSecGeo.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / TPC / AliTPCSecGeo.h
CommitLineData
fe4da5cc 1#ifndef TPCSecGeo_H
3da30618 2#define TPCSecGeo_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
8c555625 5
3da30618 6/* $Id$ */
8c555625 7
8//Some things from the old AliTPCSecGeo
9
10const Float_t z_end = 250.;
8c555625 11
12const Float_t q_el = 1.602e-19; // elementary charge
13const Float_t adc_sat = 1023; // dynamic range (10 bits)
14const Float_t dyn_range = 2000.; // output dynamic range (mV)
fe4da5cc 15
16/////////////////////////////////////////////////////////////////////////////
17//
18//---------------------------------------------------------------------
19// ALICE TPC Cluster Parameters
20//--------------------------------------------------------------------
21//
22//
23// Sigma rphi
24const Float_t a_rphi=0.41818e-2;
25const Float_t b_rphi=0.17460e-4;
26const Float_t c_rphi=0.30993e-2;
27const Float_t d_rphi=0.41061e-3;
28// Sigma z
29const Float_t a_z=0.39614e-2;
30const Float_t b_z=0.22443e-4;
31const Float_t c_z=0.51504e-1;
32// Cluster width in rphi
33const Float_t ac_rphi=0.18322;
34const Float_t bc_rphi=0.59551e-3;
35const Float_t cc_rphi=0.60952e-1;
36// Cluster width in z
37const Float_t ac_z=0.19081;
38const Float_t bc_z=0.55938e-3;
39const Float_t cc_z=0.30428;
40//
41
8c555625 42#define TPCSecGeo_H
fe4da5cc 43
44#endif