Fork me on GitHub

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

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

taujet threshold

File size: 4.5 KB
RevLine 
[140]1# Detector extension, in pseudorapidity units
[104]2CEN_max_tracker 2.5 // Maximum tracker coverage
3CEN_max_calo_cen 3.0 // central calorimeter coverage
[94]4CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage
5CEN_max_mu 2.4 // muon chambers pseudorapidity coverage
6
7# Energy resolution for electron/photon
[140]8# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
[94]9ELG_Scen 0.05 // S term for central ECAL
10ELG_Ncen 0.25 // N term for central ECAL
11ELG_Ccen 0.005 // C term for central ECAL
12ELG_Cfwd 0.107 // S term for forward ECAL
13ELG_Sfwd 2.084 // C term for forward ECAL
14ELG_Nfwd 0.0 // N term for central ECAL
[2]15
[94]16# Energy resolution for hadrons in ecal/hcal/hf
[140]17# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
[94]18HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter
19HAD_Nhcal 0. // N term for central HCAL
20HAD_Chcal 0.05 // C term for central HCAL
21HAD_Shf 2.7 // S term for HF // forward calorimeter
22HAD_Nhf 0. // N term for HF
23HAD_Chf 0.13 // C term for HF
[62]24
[94]25# Muon smearing
[140]26MU_SmearPt 0.01 // transverse momentum Pt in GeV
[62]27
[94]28# Tracking efficiencies
29TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV
[140]30TRACK_eff 100 // efficiency associated to the tracking (%)
[2]31
[94]32# Calorimetric towers
33TOWER_number 40
34TOWER_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
35## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
36### the list starts with the lower edge of the most central tower
37### the list ends with the higher edged of the most forward tower
38### there should be NTOWER+1 values
39#TOWER_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
40### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
41### the list starts with the phi-size of the most central tower (eta=0)
42### the list ends with the phi-size of the most forward tower
43### there should be NTOWER values
44##
45#
[2]46
[140]47# Thresholds for reconstructed objetcs, Pt in GeV
48PTCUT_elec 10.0
49PTCUT_muon 10.0
50PTCUT_jet 20.0
51PTCUT_gamma 10.0
[150]52PTCUT_taujet 10.0
[2]53
[94]54# General jet variable
55JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
56JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
[140]57JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
[33]58
[94]59# Tagging definition
[140]60BTAG_b 40 // b-tag efficiency (%)
61BTAG_mistag_c 10 // mistagging (%)
62BTAG_mistag_l 1 // mistagging (%)
[2]63
[94]64# FLAGS
65FLAG_bfield 1 //1 to run the bfield propagation else 0
66FLAG_vfd 1 //1 to run the very forward detectors else 0
67FLAG_trigger 1 //1 to run the trigger selection else 0
68FLAG_frog 1 //1 to run the FROG event display
[2]69
[94]70# In case BField propagation allowed
[140]71TRACK_radius 129 //radius of the BField coverage, in cm
72TRACK_length 300 //length of the BField coverage, in cm
73TRACK_bfield_x 0 //X composant of the BField, in T
74TRACK_bfield_y 0 //Y composant of the BField, in T
75TRACK_bfield_z 3.8 //Z composant of the BField, in T
[2]76
[140]77# Very forward detector extension, in pseudorapidity
78# if allowed
[94]79VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
80VFD_max_calo_vfd 6.6
81VFD_min_zdc 8.3
[140]82VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
[72]83
[94]84RP_220_s 220 // distance of the RP to the IP, in meters
85RP_220_x 0.002 // distance of the RP to the beam, in meters
86RP_420_s 420 // distance of the RP to the IP, in meters
87RP_420_x 0.004 // distance of the RP to the beam, in meters
[69]88
[94]89# In case FROG event display allowed
[107]90NEvents_Frog 100
[94]91
Note: See TracBrowser for help on using the repository browser.