Changeset 140 in svn
- Timestamp:
- Jan 6, 2009, 11:43:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DataCardDet.dat
r107 r140 1 # Detector characteristics1 # Detector extension, in pseudorapidity units 2 2 CEN_max_tracker 2.5 // Maximum tracker coverage 3 3 CEN_max_calo_cen 3.0 // central calorimeter coverage … … 6 6 7 7 # Energy resolution for electron/photon 8 # \sigma/E = C + N/E + S/\sqrt{E} 8 # \sigma/E = C + N/E + S/\sqrt{E}, E in GeV 9 9 ELG_Scen 0.05 // S term for central ECAL 10 10 ELG_Ncen 0.25 // N term for central ECAL … … 15 15 16 16 # Energy resolution for hadrons in ecal/hcal/hf 17 # \sigma/E = C + N/E + S/\sqrt{E} 17 # \sigma/E = C + N/E + S/\sqrt{E}, E in GeV 18 18 HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter 19 19 HAD_Nhcal 0. // N term for central HCAL … … 24 24 25 25 # Muon smearing 26 MU_SmearPt 0.01 26 MU_SmearPt 0.01 // transverse momentum Pt in GeV 27 27 28 28 # Tracking efficiencies 29 29 TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV 30 TRACK_eff 100 // efficiency associated to the tracking 30 TRACK_eff 100 // efficiency associated to the tracking (%) 31 31 32 32 # Calorimetric towers … … 45 45 # 46 46 47 # Thresholds for reconstructed objetcs 48 PTCUT_elec 0.049 PTCUT_muon 0.050 PTCUT_jet 0.051 PTCUT_gamma 0.052 PTCUT_taujet 0.047 # Thresholds for reconstructed objetcs, Pt in GeV 48 PTCUT_elec 10.0 49 PTCUT_muon 10.0 50 PTCUT_jet 20.0 51 PTCUT_gamma 10.0 52 PTCUT_taujet 20.0 53 53 54 54 # General jet variable 55 55 JET_coneradius 0.7 // generic jet radius ; not for tau's !!! 56 56 JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm 57 JET_seed 1.0 // minimum seed to start jet reconstruction 57 JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV 58 58 59 59 # Tagging definition 60 BTAG_b 40 61 BTAG_mistag_c 10 62 BTAG_mistag_l 1 60 BTAG_b 40 // b-tag efficiency (%) 61 BTAG_mistag_c 10 // mistagging (%) 62 BTAG_mistag_l 1 // mistagging (%) 63 63 64 64 # FLAGS … … 69 69 70 70 # In case BField propagation allowed 71 TRACK_radius 129 //radius of the BField coverage 72 TRACK_length 300 //length of the BField coverage 73 TRACK_bfield_x 0 //X composant of the BField 74 TRACK_bfield_y 0 //Y composant of the BField 75 TRACK_bfield_z 3.8 //Z composant of the BField 71 TRACK_radius 129 //radius of the BField coverage, in cm 72 TRACK_length 300 //length of the BField coverage, in cm 73 TRACK_bfield_x 0 //X composant of the BField, in T 74 TRACK_bfield_y 0 //Y composant of the BField, in T 75 TRACK_bfield_z 3.8 //Z composant of the BField, in T 76 76 77 # In case Very forward detectors allowed 77 # Very forward detector extension, in pseudorapidity 78 # if allowed 78 79 VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR 79 80 VFD_max_calo_vfd 6.6 80 81 VFD_min_zdc 8.3 81 VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the I nteraction poin, in [m]82 VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m] 82 83 83 84 RP_220_s 220 // distance of the RP to the IP, in meters
Note:
See TracChangeset
for help on using the changeset viewer.