Fork me on GitHub

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

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

add offline Thresholds

File size: 2.1 KB
RevLine 
[2]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}
[12]26HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter
[2]27HAD_Nhcal 0. // N term for central HCAL
[12]28HAD_Chcal 0.05 // C term for central HCAL
[2]29HAD_Shf 2.7 // S term for HF // forward calorimeter
30HAD_Nhf 0. // N term for HF
31HAD_Chf 0.13 // C term for HF
32
33# muon smearing
34MU_SmearPt 0.01
35
[33]36#thresholds for reconstructed objects
37ELEC_pt 10
38MUON_pt 10
39JET_pt 20
40TAUJET_pt 10
41
[2]42#For Tau-jet definition
43TAU_CONE_ENERGIE 0.15 // Delta R = radius of the cone
44TAU_CONE_TRACKS 0.4 //Delta R
45PT_TRACK_TAU 2.0 // GeV
46
47#Tracker acceptance
48PT_TRACKS_MIN 0.9 // minimal pt needed to reach the calorimeter, in GeV
49TRACKING_EFF 100 // efficiency associated to the tracking
50
51#tagging definition
52TAGGING_B 40
53MISTAGGING_C 10
54MISTAGGING_L 1
55
56#DeltaR cone definition
57CONERADIUS 0.7
[21]58JETALGO 1 // 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.