Changeset b57435c in git for cards/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Oct 9, 2015, 11:36:44 AM (9 years ago)
- Parents:
- a3c2d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS_PileUp.tcl
ra3c2d52 rb57435c 602 602 } 603 603 604 604 605 ########### 605 606 # b-tagging … … 623 624 624 625 # default efficiency formula (misidentification rate) 625 add EfficiencyFormula {0} {0.00 1}626 add EfficiencyFormula {0} {0.002+7.2984e-06*pt} 626 627 627 628 # efficiency formula for c-jets (misidentification rate) 628 add EfficiencyFormula {4} { (pt <= 15.0) * (0.000) + 629 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) + 630 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) + 631 (abs(eta) > 2.5) * (0.000)} 629 add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))} 632 630 633 631 # efficiency formula for b-jets 634 add EfficiencyFormula {5} { (pt <= 15.0) * (0.000) + 635 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) + 636 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) + 637 (abs(eta) > 2.5) * (0.000)} 632 add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))} 638 633 } 639 634
Note:
See TracChangeset
for help on using the changeset viewer.