Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 11:36:44 AM (9 years ago)
Author:
Alexandre Mertens <alexandre.mertens@…>
Parents:
a3c2d52
Message:

updating btaggin in all cms and ATLAS cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_PileUp.tcl

    ra3c2d52 rb57435c  
    664664  # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV
    665665  # default efficiency formula (misidentification rate)
    666   add EfficiencyFormula {0} {0.001}
     666  add EfficiencyFormula {0} {0.01+0.00038 * pt}
    667667
    668668  # 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))}
    673670
    674671  # 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))}
    679673}
    680674
Note: See TracChangeset for help on using the changeset viewer.