Changes between Version 8 and Version 9 of WorkBook/ConfigFile
- Timestamp:
- Feb 24, 2013, 10:32:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ConfigFile
v8 v9 27 27 set OutputArray electrons 28 28 29 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt} 30 31 # default efficiency formula 32 add EfficiencyFormula {0} {0.0} 29 # set EfficiencyFormula {efficiency formula as a function of eta and pt} 33 30 34 31 # efficiency formula for electrons 35 add EfficiencyFormula {11} { (pt <= 5.0) * (0.000) + \36 (abs(eta) <= 1.5) * (pt > 5.0) * (0.950) + \37 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 5.0) * (0.850) + \38 (abs(eta) > 2.5) * (0.000)}32 set EfficiencyFormula { (pt <= 10.0) * (0.00) + \ 33 (abs(eta) <= 1.5) * (pt > 10.0) * (0.95) + \ 34 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0) * (0.85) + \ 35 (abs(eta) > 2.5) * (0.00)} 39 36 } 40 37 }}}