Changeset 0413f44 in git for cards/delphes_card_CMS_PileUp.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_CMS_PileUp.tcl
rad71e62 r0413f44 675 675 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV 676 676 # default efficiency formula (misidentification rate) 677 add EfficiencyFormula {0} {0.0 01}677 add EfficiencyFormula {0} {0.01+0.00038 * pt} 678 678 679 679 # efficiency formula for c-jets (misidentification rate) 680 add EfficiencyFormula {4} { (pt <= 15.0) * (0.000) + 681 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) + 682 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) + 683 (abs(eta) > 2.5) * (0.000)} 680 add EfficiencyFormula {4} {0.25*tanh(0.018*pt)*(1/(1+ 0.0013*pt))} 684 681 685 682 # efficiency formula for b-jets 686 add EfficiencyFormula {5} { (pt <= 15.0) * (0.000) + 687 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) + 688 (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) + 689 (abs(eta) > 2.5) * (0.000)} 683 add EfficiencyFormula {5} { 0.85*tanh(0.0025*pt)*(25.0/(1+0.063*pt))} 690 684 } 691 685
Note:
See TracChangeset
for help on using the changeset viewer.