Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 1:28:33 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
dddad55
Parents:
ad71e62 (diff), 0413f44 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'AlexandreMertens-master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS_PileUp.tcl

    rad71e62 r65b462a  
    637637
    638638  # default efficiency formula (misidentification rate)
    639   add EfficiencyFormula {0} {0.001}
     639  add EfficiencyFormula {0} {0.002+7.2984e-06*pt}
    640640
    641641  # efficiency formula for c-jets (misidentification rate)
    642   add EfficiencyFormula {4} {                                      (pt <= 15.0) * (0.000) +
    643                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.2*tanh(pt*0.03 - 0.4)) +
    644                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.1*tanh(pt*0.03 - 0.4)) +
    645                               (abs(eta) > 2.5)                                  * (0.000)}
     642  add EfficiencyFormula {4} {0.20*tanh(0.02*pt)*(1/(1+0.0034*pt))}
    646643
    647644  # efficiency formula for b-jets
    648   add EfficiencyFormula {5} {                                      (pt <= 15.0) * (0.000) +
    649                                                 (abs(eta) <= 1.2) * (pt > 15.0) * (0.5*tanh(pt*0.03 - 0.4)) +
    650                               (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 15.0) * (0.4*tanh(pt*0.03 - 0.4)) +
    651                               (abs(eta) > 2.5)                                  * (0.000)}
     645  add EfficiencyFormula {5} {0.80*tanh(0.003*pt)*(30/(1+0.086*pt))}
    652646}
    653647
Note: See TracChangeset for help on using the changeset viewer.