Fork me on GitHub

Changeset 0413f44 in git for cards/delphes_card_CMS.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_CMS.tcl

    rad71e62 r0413f44  
    526526  # https://twiki.cern.ch/twiki/bin/view/CMSPublic/PhysicsResultsBTV
    527527  # default efficiency formula (misidentification rate)
    528   add EfficiencyFormula {0} {0.001}
     528  add EfficiencyFormula {0} {0.01+0.00038 * pt}
    529529
    530530  # efficiency formula for c-jets (misidentification rate)
    531   add EfficiencyFormula {4} {                                      (pt <= 15.0) * (0.000) +
    532                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) +
    533                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) +
    534                               (abs(eta) > 2.5)                                  * (0.000)}
     531  add EfficiencyFormula {4} {0.25*tanh(0.018*pt)*(1/(1+ 0.0013*pt))}
    535532
    536533  # efficiency formula for b-jets
    537   add EfficiencyFormula {5} {                                      (pt <= 15.0) * (0.000) +
    538                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) +
    539                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) +
    540                               (abs(eta) > 2.5)                                  * (0.000)}
     534  add EfficiencyFormula {5} { 0.85*tanh(0.0025*pt)*(25.0/(1+0.063*pt))}
    541535}
    542536
Note: See TracChangeset for help on using the changeset viewer.