Fork me on GitHub

Changeset a3c2d52 in git for cards/delphes_card_ATLAS.tcl


Ignore:
Timestamp:
Oct 8, 2015, 4:48:05 PM (9 years ago)
Author:
Alexandre Mertens <alexandre.mertens@…>
Children:
b57435c
Parents:
c503d22
Message:

update of the b-tagging eff in cms and atlas default cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS.tcl

    rc503d22 ra3c2d52  
    502502
    503503  # default efficiency formula (misidentification rate)
    504   add EfficiencyFormula {0} {0.001}
     504  add EfficiencyFormula {0} {0.002+7.2984e-06*pt}
    505505
    506506  # efficiency formula for c-jets (misidentification rate)
    507   add EfficiencyFormula {4} {                                      (pt <= 15.0) * (0.000) +
    508                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) +
    509                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) +
    510                               (abs(eta) > 2.5)                                  * (0.000)}
     507  add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))}
    511508
    512509  # efficiency formula for b-jets
    513   add EfficiencyFormula {5} {                                      (pt <= 15.0) * (0.000) +
    514                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) +
    515                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) +
    516                               (abs(eta) > 2.5)                                  * (0.000)}
     510  add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(1/(1+0.086*pt))}
    517511}
    518512
Note: See TracChangeset for help on using the changeset viewer.