]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/AliVZEROConst.h
Adding a bit that specifies if the online (beam-beam,beam-gas) flags are filled ...
[u/mrichter/AliRoot.git] / VZERO / AliVZEROConst.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 = 1461.4; // general V0 offset between the TDCs and the trigger
9 const Float_t kClockOffset = 62.0; // Sampling clock offset (in ns)
10 const Int_t   kNClocks = 21; // Number of ADC clocks that are read out
11 const Float_t kChargePerADC = 0.6e-12; // Charge per ADC
12 const Int_t   kMinTDCWidth = 13; // minimum signal width measured by TDC
13 const Int_t   kMaxTDCWidth = 128; // maximum signal width measured by TDC
14 const Float_t kPMRespTime = 6.0; // PM response time (corresponds to 1.9 ns rise time)
15 const Float_t kPMTransparency = 0.25; // Transparency of the first dynode of the PM
16 const Float_t kPMNbOfSecElec = 6.0;   // Number of secondary electrons emitted from first dynode (per ph.e.)
17
18 #endif
19