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_ATLAS_PileUp.tcl

    ra3c2d52 rb57435c  
    602602}
    603603
     604
    604605###########
    605606# b-tagging
     
    623624
    624625  # default efficiency formula (misidentification rate)
    625   add EfficiencyFormula {0} {0.001}
     626  add EfficiencyFormula {0} {0.002+7.2984e-06*pt}
    626627
    627628  # efficiency formula for c-jets (misidentification rate)
    628   add EfficiencyFormula {4} {                                      (pt <= 15.0) * (0.000) +
    629                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) +
    630                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) +
    631                               (abs(eta) > 2.5)                                  * (0.000)}
     629  add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))}
    632630
    633631  # efficiency formula for b-jets
    634   add EfficiencyFormula {5} {                                      (pt <= 15.0) * (0.000) +
    635                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) +
    636                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) +
    637                               (abs(eta) > 2.5)                                  * (0.000)}
     632  add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))}
    638633}
    639634
Note: See TracChangeset for help on using the changeset viewer.