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