]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONConst.h
Code from MUON-dev joined
[u/mrichter/AliRoot.git] / MUON / AliMUONConst.h
1 #ifndef MUONConst_H
2 #define MUONConst_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 //---------------------------------------------------------------------
9 //   ALICE MUON chambers geometry
10 //--------------------------------------------------------------------
11 //
12 const Float_t zend = 511.+0.15-2*0.001; // z-out position of first chamber
13
14
15 /////////////////////////////////////////////////////////////////////////////
16 //
17 //---------------------------------------------------------------------
18 //   ALICE MUON  Electronics Parameters
19 //--------------------------------------------------------------------
20 //
21 //
22
23 const Float_t adc_satm  = 2048; // dynamic range (10 bits)
24 const Int_t zero_supm = 6; // zero suppression
25 const Float_t sig_noise = 500.; // electronics noise (no. of electrons)
26 const Float_t kScale=1.;
27
28
29 /////////////////////////////////////////////////////////////////////////////
30 //
31 //---------------------------------------------------------------------
32 //   ALICE MUON  segmentation Parameters
33 //--------------------------------------------------------------------
34 //
35 //
36 const Int_t kMaxNeighbours = 24; // max number of neighbours
37
38 #endif
39