]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AD/ADbase/AliADConst.h
Added SPD outlier trigger bit
[u/mrichter/AliRoot.git] / AD / ADbase / AliADConst.h
1 #ifndef ALIVZEROCONST_H
2 #define ALIVZEROCONST_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
5
6 const Float_t kIntTimeRes = 0.39; // intrinsic time resolution of the scintillator
7 const Float_t kV0CDelayCables = 8.1; // delay cables on the C side (in ns)
8 const Float_t kV0Offset = -1338.6; // general V0 offset between the TDCs and the trigger
9 const Int_t   kNClocks = 21; // Number of ADC clocks that are read out
10 const Float_t kChargePerADC = 1e-19; // Charge per ADC
11 const Int_t   kMinTDCWidth = 13; // minimum signal width measured by TDC
12 const Int_t   kMaxTDCWidth = 128; // maximum signal width measured by TDC
13 const Float_t kPMRespTime = 6.0; // PM response time (corresponds to 1.9 ns rise time)
14 const Float_t kPMTransparency = 0.25; // Transparency of the first dynode of the PM
15 const Float_t kPMNbOfSecElec = 6.0;   // Number of secondary electrons emitted from first dynode (per ph.e.)
16 const Float_t kPhotoCathodeEfficiency = 0.18; // Photocathode efficiency
17 const Int_t   kNCIUBoards = 2; //Number of CIU boards
18
19 #endif
20