Fork me on GitHub

Changeset 0413f44 in git for cards/delphes_card_ATLAS.tcl


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

    rad71e62 r0413f44  
    516516
    517517  # default efficiency formula (misidentification rate)
    518   add EfficiencyFormula {0} {0.001}
     518  add EfficiencyFormula {0} {0.002+7.2984e-06*pt}
    519519
    520520  # efficiency formula for c-jets (misidentification rate)
    521   add EfficiencyFormula {4} {                                      (pt <= 15.0) * (0.000) +
    522                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) +
    523                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) +
    524                               (abs(eta) > 2.5)                                  * (0.000)}
     521  add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))}
    525522
    526523  # efficiency formula for b-jets
    527   add EfficiencyFormula {5} {                                      (pt <= 15.0) * (0.000) +
    528                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) +
    529                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) +
    530                               (abs(eta) > 2.5)                                  * (0.000)}
     524  add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))}
    531525}
    532526
Note: See TracChangeset for help on using the changeset viewer.