]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONConst.h
Pass flags to recursive makes
[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 /* $Id$ */
7
8 /////////////////////////////////////////////////////////////////////////////
9 //
10 //---------------------------------------------------------------------
11 //   ALICE MUON chambers geometry
12 //--------------------------------------------------------------------
13 //
14 const Float_t zend = 511.+0.15-2*0.001; // z-out position of first chamber
15
16
17 /////////////////////////////////////////////////////////////////////////////
18 //
19 //---------------------------------------------------------------------
20 //   ALICE MUON  Electronics Parameters
21 //--------------------------------------------------------------------
22 //
23 //
24
25 const Float_t adc_satm  = 1024; // dynamic range (10 bits)
26 const Int_t zero_supm = 6; // zero suppression
27 const Float_t sig_noise = 500.; // electronics noise (no. of electrons)
28 const Float_t kScale=1.;
29
30
31 /////////////////////////////////////////////////////////////////////////////
32 //
33 //---------------------------------------------------------------------
34 //   ALICE MUON  segmentation Parameters
35 //--------------------------------------------------------------------
36 //
37 //
38 const Int_t kMaxNeighbours = 24; // max number of neighbours
39
40 #endif
41