Fork me on GitHub

source: svn/trunk/data/DetectorCard_CMS.dat@ 574

Last change on this file since 574 was 567, checked in by Xavier Rouby, 14 years ago

version 1.9

File size: 7.7 KB
Line 
1DETECTOR CARD // DO NOT REMOVE THIS IS A TAG!
2# any line containing a dash symbol (#) will be completely ignored, whatever the position of this symbol
3
4# Detector extension, in pseudorapidity units
5CEN_max_tracker 2.5 // Maximum tracker coverage
6CEN_max_calo_cen 1.7 // central calorimeter coverage
7CEN_max_calo_ec 3.0 // calorimeter endcap coverage
8CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage
9CEN_max_mu 2.4 // muon chambers pseudorapidity coverage
10
11# Energy resolution for electron/photon in central/endcap/fwd/zdc calos
12# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
13ELG_Scen 0.05 // S term for central ECAL
14ELG_Ncen 0.25 // N term
15ELG_Ccen 0.005 // C term
16ELG_Sec 0.05 // S term for ECAL endcap
17ELG_Nec 0.25 // N term
18ELG_Cec 0.005 // C term
19ELG_Sfwd 2.084 // S term for FCAL
20ELG_Nfwd 0.0 // N term
21ELG_Cfwd 0.107 // C term
22ELG_Szdc 0.70 // S term for ZDC
23ELG_Nzdc 0.0 // N term
24ELG_Czdc 0.08 // C term
25
26# Energy resolution for hadrons in central/endcap/fwd/zdc calos
27# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
28HAD_Scen 1.5 // S term for central HCAL
29HAD_Ncen 0. // N term
30HAD_Ccen 0.05 // C term
31HAD_Sec 1.5 // S term for HCAL endcap
32HAD_Nec 0. // N term
33HAD_Cec 0.05 // C term
34HAD_Sfwd 2.7 // S term for FCAL
35HAD_Nfwd 0. // N term
36HAD_Cfwd 0.13 // C term
37HAD_Szdc 1.38 // S term for ZDC
38HAD_Nzdc 0. // N term
39HAD_Czdc 0.13 // C term
40
41# Time resolution for ZDC/RP220/RP420
42ZDC_T_resolution 0 // in s
43RP220_T_resolution 0 // in s
44RP420_T_resolution 0 // in s
45
46# Muon smearing
47MU_SmearPt 0.01 // transverse momentum Pt in GeV
48
49# Tracking efficiencies
50TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV
51TRACK_eff 90 // efficiency associated to the tracking (%)
52
53# Calorimetric towers
54TOWER_number 40
55TOWER_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
56## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
57### the list starts with the lower edge of the most central tower
58### the list ends with the higher edged of the most forward tower
59### there should be NTOWER+1 values
60TOWER_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
61### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
62### the list starts with the phi-size of the most central tower (eta=0)
63### the list ends with the phi-size of the most forward tower
64### there should be NTOWER values
65##
66#
67
68# Thresholds for reconstructed objects, Pt in GeV
69PTCUT_elec 10.0
70PTCUT_muon 10.0
71PTCUT_jet 20.0
72PTCUT_gamma 10.0
73PTCUT_taujet 10.0
74
75# Thresholds for reconstructed objects in ZDC, E in GeV
76ZDC_gamma_E 20
77ZDC_n_E 50
78
79# Charged lepton isolation. Pt and Et in GeV
80ISOL_trk_PT 2.0 //minimal pt of tracks for isolation criteria
81ISOL_trk_Cone 0.5 //Cone for isolation criteria
82ISOL_calo_Cone 0.5 //Cone for isolation criteria
83ISOL_calo_ET 0.5 //minimal tower transverse energy for isolation criteria.
84ISOL_calo_Grid 3 //Grid size (N x N) for calorimetric isolation
85
86# General jet variable
87JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
88JET_jetalgo 6 // Jet algorithms: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
89JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
90JET_Eflow 0 // Perfect energy assumed in the tracker coverage
91
92# b-(mis)tagging efficiencies
93# pt dependence for b-tagging and mistag
94# see http://root.cern.ch/root/html/TFormula.html for syntax
95# e.g. BTAG_func_b 0.4*(1-exp(-x))
96# in case of no explicit dependence, on x (=PT) or y (=eta), you MUST add "+0*x" and/or "+0*y"
97# e.g. BTAG_func_g 0.01 + 0*x + 0*y
98# put 'x' for pt ; range: [0, 9E6 GeV/c]
99# put 'y' for eta ; range [-CEN_max_tracker ; CEN_max_tracker ]
100# e.g. (x<300)?(0.2+0*x+0*y):(0.6+0*x+y*0)
101BTAG_func_b 0.4+0*x+0*y // formula for Pt dependence of the b-tag efficiency (b-jets)
102BTAG_func_c 0.1+0*x+0*y // formula for Pt dependence of the mistag efficiency (c-jets)
103BTAG_func_g 0.01+0*x+0*y // (gluon-jets)
104BTAG_func_l 0.01+0*x+0*y // (light-jets)
105
106# FLAGS
107FLAG_bfield 1 //1 to run the bfield propagation else 0
108FLAG_vfd 1 //1 to run the very forward detectors else 0
109FLAG_RP 1 //1 to run the very forward detectors else 0
110FLAG_trigger 1 //1 to run the trigger selection else 0
111FLAG_frog 1 //1 to run the FROG event display
112FLAG_lhco 0 //1 to run the LHCO
113
114# In case BField propagation allowed
115TRACK_radius 129 //radius of the BField coverage, in cm
116TRACK_length 300 //half-length of the BField coverage, in cm
117TRACK_bfield_x 0 //X component of the BField, in T
118TRACK_bfield_y 0 //Y component of the BField, in T
119TRACK_bfield_z 3.8 //Z component of the BField, in T
120
121# Very forward detector extension, in pseudorapidity
122# if allowed
123VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
124VFD_max_calo_vfd 6.6
125VFD_min_zdc 8.3 // zero-degree neutral calorimeter
126VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
127
128#Hector parameters
129RP_220_s 220 // distance of the RP to the IP, in meters
130RP_220_x 0.002 // distance of the RP to the beam, in meters
131RP_420_s 420 // distance of the RP to the IP, in meters
132RP_420_x 0.004 // distance of the RP to the beam, in meters
133RP_beam1Card data/LHCB1IR5_v6.500.tfs // beam optics file, beam 1
134RP_beam2Card data/LHCB2IR5_v6.500.tfs // beam optics file, beam 2
135RP_IP_name IP5 // tag for IP in Hector ; 'IP1' for ATLAS
136RP_offsetEl_x 0.097 // horizontal separation between both beam, in meters
137RP_offsetEl_y 0 // vertical separation between both beam, in meters
138RP_offsetEl_s 120 // distance of beam separation point, from IP
139RP_cross_x -500 // IP offset in horizontal plane, in micrometers
140RP_cross_y 0 // IP offset in vertical plane, in micrometers
141RP_cross_ang_x 142.5 // half-crossing angle in horizontal plane, in microrad
142RP_cross_ang_y 0 // half-crossing angle in vertical plane, in microrad
143
144
145# In case FROG event display allowed
146NEvents_Frog 100
147# Number of events to process
148NEvents -1 // -1 means 'all'
149
150# input PDG tables
151PdgTableFilename data/particle.tbl // table with particle pid,mass,charge,...
152
Note: See TracBrowser for help on using the repository browser.