]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated RICH constants.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Apr 2000 13:03:18 +0000 (13:03 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Apr 2000 13:03:18 +0000 (13:03 +0000)
RICH/AliRICHConst.h

index 027ba7f998cb1bbd10253bd402833d0a6ec714c1..f47c0dc6dc250db0af80e7fdaa6711cf911db647 100644 (file)
@@ -1,10 +1,5 @@
 #ifndef RICHConst_H
 #define RICHConst_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-/* $Id$ */
-
 /////////////////////////////////////////////////////////////////////////////
 //
 //---------------------------------------------------------------------
@@ -22,8 +17,9 @@ const Float_t zend = 511.+0.15-2*0.001; // z-out position of first chamber
 //
 //
 
-const Float_t adc_satm  = 1024; // dynamic range (10 bits)
+const Float_t adc_satm  = 4096; // dynamic range (10 bits)
 const Float_t zero_supm = 6.; // zero suppression
 const Float_t sig_noise = 500.; // electronics noise (no. of electrons)
 
+const Int_t kMaxNeighbours = 24; // max number of neighbours
 #endif