Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 1:28:05 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
65b462a
Parents:
ad71e62
Message:

updated BTagging by alex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_PileUp.tcl

    rad71e62 r0413f44  
    675675  # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV
    676676  # default efficiency formula (misidentification rate)
    677   add EfficiencyFormula {0} {0.001}
     677  add EfficiencyFormula {0} {0.01+0.00038 * pt}
    678678
    679679  # 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))}
    684681
    685682  # 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))}
    690684}
    691685
Note: See TracChangeset for help on using the changeset viewer.