Fork me on GitHub

Changeset b57435c in git


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

Location:
cards
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS.tcl

    ra3c2d52 rb57435c  
    508508
    509509  # efficiency formula for b-jets
    510   add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(1/(1+0.086*pt))}
     510  add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))}
    511511}
    512512
  • 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
  • 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.