Fork me on GitHub

source: svn/trunk/data/DataCardDet.dat@ 11

Last change on this file since 11 was 11, checked in by severine ovyn, 16 years ago

Fastjet added; CDFCones directory has been changed

File size: 2.1 KB
Line 
1#Detector characteristics
2MAX_TRACKER 2.5
3MAX_CALO_CEN 3.0
4MAX_CALO_FWD 5.0 // forward calorimeter pseudorapidity coverage
5MAX_MU 2.4 // muon chambers pseudorapidity coverage
6MIN_CALO_VFWD 5.2 // very forward calorimeter (if any), like CASTOR
7MAX_CALO_VFWD 6.6
8MIN_ZDC 8.3
9ZDC_S 140 // distance of the ZDC to the IP, in meters
10RP220_S 220 // distance of the RP to the IP, in meters
11RP220_X 0.002 // distance of the RP to the beam, in meters
12FP420_S 420 // distance of the RP to the IP, in meters
13FP420_X 0.004 // distance of the RP to the beam, in meters
14
15#energy resolution for electron/photon
16# \sigma/E = C + N/E + S/\sqrt{E}
17ELG_Scen 0.05 // S term for central ECAL
18ELG_Ncen 0.25 // N term for central ECAL
19ELG_Ccen 0.0055 // C term for central ECAL
20ELG_Cfwd 0.107 // S term for forward ECAL
21ELG_Sfwd 2.084 // C term for forward ECAL
22ELG_Nfwd 0.0 // N term for central ECAL
23
24#energy resolution for hadrons in ecal/hcal/hf
25# \sigma/E = C + N/E + S/\sqrt{E}
26HAD_Secal 0.05 // S term for central ECAL // electromagnetic calorimeter
27HAD_Necal 0.25 // N term for central ECAL
28HAD_Cecal 0.0055 // C term for central ECAL
29HAD_Shcal 0.91 // S term for central HCAL // hadronic calorimeter
30HAD_Nhcal 0. // N term for central HCAL
31HAD_Chcal 0.038 // C term for central HCAL
32HAD_Shf 2.7 // S term for HF // forward calorimeter
33HAD_Nhf 0. // N term for HF
34HAD_Chf 0.13 // C term for HF
35
36
37# muon smearing
38MU_SmearPt 0.01
39
40#For Tau-jet definition
41TAU_CONE_ENERGIE 0.15 // Delta R = radius of the cone
42TAU_CONE_TRACKS 0.4 //Delta R
43PT_TRACK_TAU 2.0 // GeV
44
45#Tracker acceptance
46PT_TRACKS_MIN 0.9 // minimal pt needed to reach the calorimeter, in GeV
47TRACKING_EFF 100 // efficiency associated to the tracking
48
49#tagging definition
50TAGGING_B 40
51MISTAGGING_C 10
52MISTAGGING_L 1
53
54#DeltaR cone definition
55CONERADIUS 0.7
56JETALGO 3 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
Note: See TracBrowser for help on using the repository browser.