Fork me on GitHub

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

Last change on this file since 71 was 71, checked in by Xavier Rouby, 16 years ago

iEta et iPhi. Verification non complete.

File size: 3.2 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#Magnetic Field
16TRACKING_RADIUS 129 //radius of the BField coverage
17TRACKING_LENGTH 300 //length of the BField coverage
18BFIELD_X 0
19BFIELD_Y 0
20BFIELD_Z 3.8
21
22
23#energy resolution for electron/photon
24# \sigma/E = C + N/E + S/\sqrt{E}
25ELG_Scen 0.05 // S term for central ECAL
26ELG_Ncen 0.25 // N term for central ECAL
27ELG_Ccen 0.0055 // C term for central ECAL
28ELG_Cfwd 0.107 // S term for forward ECAL
29ELG_Sfwd 2.084 // C term for forward ECAL
30ELG_Nfwd 0.0 // N term for central ECAL
31
32#energy resolution for hadrons in ecal/hcal/hf
33# \sigma/E = C + N/E + S/\sqrt{E}
34HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter
35HAD_Nhcal 0. // N term for central HCAL
36HAD_Chcal 0.05 // C term for central HCAL
37HAD_Shf 2.7 // S term for HF // forward calorimeter
38HAD_Nhf 0. // N term for HF
39HAD_Chf 0.13 // C term for HF
40
41# muon smearing
42MU_SmearPt 0.01
43
44#thresholds for reconstructed objects
45ELEC_pt 10
46MUON_pt 10
47JET_pt 20
48TAUJET_pt 10
49
50#For Tau-jet definition
51TAU_CONE_ENERGIE 0.15 // Delta R = radius of the cone
52TAU_CONE_TRACKS 0.4 //Delta R
53PT_TRACK_TAU 2.0 // GeV
54
55#Tracker acceptance
56PT_TRACKS_MIN 0.9 // minimal pt needed to reach the calorimeter in GeV
57TRACKING_EFF 100 // efficiency associated to the tracking
58
59#tagging definition
60TAGGING_B 40
61MISTAGGING_C 10
62MISTAGGING_L 1
63
64#DeltaR cone definition
65CONERADIUS 0.7
66JETALGO 1 // 1 for Cone algorithm 2 for MidPoint algorithm 3 for SIScone algorithm 4 for kt algorithm
67
68#Calorimetric towers
69NTOWERS 40
70TOWER_ETA_EDGES 0. 0.087 0.174 0.261 0.348 0.435 0.522 0.609 0.696 0.783 0.870 0.957 1.044 1.131 1.218 1.305 1.392 1.479 1.566 1.653 1.740 1.830 1.930 2.043 2.172 2.322 2.500 2.650 2.868 2.950 3.125 3.300 3.475 3.650 3.825 4.000 4.175 4.350 4.525 4.700 5.000
71# list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
72# the list starts with the lower edge of the most central tower
73# the list ends with the higher edged of the most forward tower
74# there should be NTOWER+1 values
75TOWER_DPHI 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 20 20
76# list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
77# the list starts with the phi-size of the most central tower (eta=0)
78# the list ends with the phi-size of the most forward tower
79# there should be NTOWER values
Note: See TracBrowser for help on using the repository browser.