Changeset dddad55 in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Oct 9, 2015, 1:32:18 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- f98efbf
- Parents:
- 65b462a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
r65b462a rdddad55 526 526 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV 527 527 # default efficiency formula (misidentification rate) 528 add EfficiencyFormula {0} {0.01+0.00038 *pt}528 add EfficiencyFormula {0} {0.01+0.00038*pt} 529 529 530 530 # efficiency formula for c-jets (misidentification rate) … … 532 532 533 533 # efficiency formula for b-jets 534 add EfficiencyFormula {5} { 534 add EfficiencyFormula {5} {0.85*tanh(0.0025*pt)*(25.0/(1+0.063*pt))} 535 535 } 536 536
Note:
See TracChangeset
for help on using the changeset viewer.