Changeset 0413f44 in git for cards/delphes_card_ATLAS.tcl
- Timestamp:
- Oct 9, 2015, 1:28:05 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 65b462a
- Parents:
- ad71e62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS.tcl
rad71e62 r0413f44 516 516 517 517 # default efficiency formula (misidentification rate) 518 add EfficiencyFormula {0} {0.00 1}518 add EfficiencyFormula {0} {0.002+7.2984e-06*pt} 519 519 520 520 # efficiency formula for c-jets (misidentification rate) 521 add EfficiencyFormula {4} { (pt <= 15.0) * (0.000) + 522 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) + 523 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) + 524 (abs(eta) > 2.5) * (0.000)} 521 add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))} 525 522 526 523 # efficiency formula for b-jets 527 add EfficiencyFormula {5} { (pt <= 15.0) * (0.000) + 528 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) + 529 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) + 530 (abs(eta) > 2.5) * (0.000)} 524 add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))} 531 525 } 532 526
Note:
See TracChangeset
for help on using the changeset viewer.