]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONConst.h
More details on installation pre-requisites
[u/mrichter/AliRoot.git] / MUON / AliMUONConst.h
CommitLineData
fe4da5cc 1#ifndef MUONConst_H
2#define MUONConst_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8/////////////////////////////////////////////////////////////////////////////
9//
10//---------------------------------------------------------------------
11// ALICE MUON chambers geometry
12//--------------------------------------------------------------------
13//
14const 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
25const Float_t adc_satm = 1024; // dynamic range (10 bits)
a897a37a 26const Int_t zero_supm = 6; // zero suppression
fe4da5cc 27const Float_t sig_noise = 500.; // electronics noise (no. of electrons)
a897a37a 28const Float_t kScale=1.;
29
30
31/////////////////////////////////////////////////////////////////////////////
32//
33//---------------------------------------------------------------------
34// ALICE MUON segmentation Parameters
35//--------------------------------------------------------------------
36//
37//
38const Int_t kMaxNeighbours = 24; // max number of neighbours
fe4da5cc 39
40#endif
a897a37a 41