Fork me on GitHub

Ignore:
Timestamp:
May 17, 2016, 2:26:33 PM (8 years ago)
Author:
Alexandre Mertens <alexandre.mertens@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fb98f40
Parents:
d36154d
Message:

adding + in the ECAL formula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_PileUp.tcl

    rd36154d rcd96595  
    312312  # set ECalResolutionFormula {resolution formula as a function of eta and energy}
    313313  # Eta shape from arXiv:1306.2016, Energy shape from arXiv:1502.02701
    314   set ECalResolutionFormula {                  (abs(eta) <= 1.5) * (1+0.64*eta^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2)  +
    315                              (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*(eta-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2)
     314  set ECalResolutionFormula {                  (abs(eta) <= 1.5) * (1+0.64*eta^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) +
     315                             (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*(eta-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) +
    316316                             (abs(eta) > 2.5 && abs(eta) <= 5.0) * sqrt(energy^2*0.107^2 + energy*2.08^2)}
    317317
Note: See TracChangeset for help on using the changeset viewer.