Fork me on GitHub

Changeset b2ab97c in git for cards/delphes_card_HLLHC.tcl


Ignore:
Timestamp:
Dec 10, 2017, 2:04:55 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
97f1b2d
Parents:
72c141f
Message:

fix ele eff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_HLLHC.tcl

    r72c141f rb2ab97c  
    133133          (abs(eta) <= 1.2) * (pt > 1.0) * (0.95) + \
    134134          (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 0.5 && pt <= 1.0) * (pt*0.85) + \
    135           (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 1.0) * (0.90)/(-5.*log10(pt) + 90) + \
     135          (abs(eta) > 1.2 && abs(eta) <= 2.5) * (pt > 1.0) * (0.90)/(-0.033*log10(pt) + 1.033) + \
    136136          (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 0.5 && pt <= 1.0) * (pt*0.80) + \
    137           (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 1.0) * (0.85)/(-5.*log10(pt) + 90) + \
     137          (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 1.0) * (0.85)/(-0.033*log10(pt) + 1.033) + \
    138138          (abs(eta) > 4.0) * (0.00)
    139139  }
Note: See TracChangeset for help on using the changeset viewer.