~maddevelopers/mg5amcnlo/3.0.2.py3

« back to all changes in this revision

Viewing changes to Template/Common/Cards/delphes_card_CMS.dat

  • Committer: Marco Zaro
  • Date: 2020-03-11 09:28:14 UTC
  • mfrom: (78.417.19 2.7.1)
  • Revision ID: marco.zaro@gmail.com-20200311092814-wt5scjjd1v6ubjnf
merged with 2.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  # set ResolutionFormula {resolution formula as a function of eta and energy}
169
169
 
170
170
  # resolution formula for electrons
171
 
  # based on arXiv:1405.6569
 
171
  # based on arXiv:1502.02701
172
172
  set ResolutionFormula {                  (abs(eta) <= 0.5) * (pt > 0.1) * sqrt(0.03^2 + pt^2*1.3e-3^2) +
173
173
                         (abs(eta) > 0.5 && abs(eta) <= 1.5) * (pt > 0.1) * sqrt(0.05^2 + pt^2*1.7e-3^2) +
174
174
                         (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 0.1) * sqrt(0.15^2 + pt^2*3.1e-3^2)}