Fork me on GitHub

Ignore:
Timestamp:
Sep 9, 2014, 3:55:54 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4b9a2dc, ddd9c32
Parents:
fc4e460
Message:

corrected constant term in fwd ATLAS calorimeter (was 10x too high)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    rfc4e460 rfcc959c  
    267267  set HCalResolutionFormula {                  (abs(eta) <= 1.7) * sqrt(energy^2*0.0302^2 + energy*0.5205^2 + 1.59^2) + \
    268268                             (abs(eta) > 1.7 && abs(eta) <= 3.2) * sqrt(energy^2*0.0500^2 + energy*0.706^2) + \
    269                              (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.9420^2 + energy*0.075^2)}
     269                             (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*0.075^2)}
    270270}
    271271
Note: See TracChangeset for help on using the changeset viewer.