Changeset b57435c in git
- Timestamp:
- Oct 9, 2015, 11:36:44 AM (9 years ago)
- Parents:
- a3c2d52
- Location:
- cards
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS.tcl
ra3c2d52 rb57435c 508 508 509 509 # efficiency formula for b-jets 510 add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*( 1/(1+0.086*pt))}510 add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))} 511 511 } 512 512 -
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 -
cards/delphes_card_CMS_PileUp.tcl
ra3c2d52 rb57435c 664 664 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV 665 665 # default efficiency formula (misidentification rate) 666 add EfficiencyFormula {0} {0.0 01}666 add EfficiencyFormula {0} {0.01+0.00038 * pt} 667 667 668 668 # efficiency formula for c-jets (misidentification rate) 669 add EfficiencyFormula {4} { (pt <= 15.0) * (0.000) + 670 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) + 671 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) + 672 (abs(eta) > 2.5) * (0.000)} 669 add EfficiencyFormula {4} {0.25*tanh(0.018*pt)*(1/(1+ 0.0013*pt))} 673 670 674 671 # efficiency formula for b-jets 675 add EfficiencyFormula {5} { (pt <= 15.0) * (0.000) + 676 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) + 677 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) + 678 (abs(eta) > 2.5) * (0.000)} 672 add EfficiencyFormula {5} { 0.85*tanh(0.0025*pt)*(25.0/(1+0.063*pt))} 679 673 } 680 674
Note:
See TracChangeset
for help on using the changeset viewer.