]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONConst.h
New version of MUON from M.Bondila & A.Morsch
[u/mrichter/AliRoot.git] / MUON / AliMUONConst.h
CommitLineData
fe4da5cc 1#ifndef MUONConst_H
2#define MUONConst_H
3/////////////////////////////////////////////////////////////////////////////
4//
5//---------------------------------------------------------------------
6// ALICE MUON chambers geometry
7//--------------------------------------------------------------------
8//
9const Float_t zend = 511.+0.15-2*0.001; // z-out position of first chamber
10
11
12/////////////////////////////////////////////////////////////////////////////
13//
14//---------------------------------------------------------------------
15// ALICE MUON Electronics Parameters
16//--------------------------------------------------------------------
17//
18//
19
20const Float_t adc_satm = 1024; // dynamic range (10 bits)
a897a37a 21const Int_t zero_supm = 6; // zero suppression
fe4da5cc 22const Float_t sig_noise = 500.; // electronics noise (no. of electrons)
a897a37a 23const Float_t kScale=1.;
24
25
26/////////////////////////////////////////////////////////////////////////////
27//
28//---------------------------------------------------------------------
29// ALICE MUON segmentation Parameters
30//--------------------------------------------------------------------
31//
32//
33const Int_t kMaxNeighbours = 24; // max number of neighbours
fe4da5cc 34
35#endif
a897a37a 36