Changeset 558 in svn for trunk/data/DetectorCard_CMS.dat
- Timestamp:
- Feb 24, 2010, 6:26:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DetectorCard_CMS.dat
r557 r558 81 81 ISOL_trk_Cone 0.5 //Cone for isolation criteria 82 82 ISOL_calo_Cone 0.5 //Cone for isolation criteria 83 ISOL_calo_ET 1E99 //minimal tower transverse energy for isolation criteria. 1E99 means "off"83 ISOL_calo_ET 0.5 //minimal tower transverse energy for isolation criteria. 84 84 ISOL_calo_Grid 3 //Grid size (N x N) for calorimetric isolation 85 85 … … 90 90 JET_Eflow 1 // Perfect energy assumed in the tracker coverage 91 91 92 # Tagging definition 93 BTAG_b 40 // b-tag efficiency (%) 94 BTAG_mistag_c 10 // mistagging (%) 95 BTAG_mistag_l 1 // mistagging (%) 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 BTAG_func_b 0.4+0*x+0*y // formula for Pt dependence of the b-tag efficiency (b-jets) 101 BTAG_func_c 0.1+0*x+0*y // formula for Pt dependence of the mistag efficiency (c-jets) 102 BTAG_func_g 0.01+0*x+0*y // (gluon-jets) 103 BTAG_func_l 0.01+0*x+0*y // (light-jets) 96 104 97 105 # FLAGS
Note:
See TracChangeset
for help on using the changeset viewer.