Fork me on GitHub

Changeset f14bd6a in git for examples


Ignore:
Timestamp:
Oct 3, 2014, 2:30:26 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
273e668
Parents:
1c8d9db (diff), f42fdd9 (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 'TestFastJet310b1' of github.com:delphes/delphes into TestFastJet310b1
had to merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS_PileUp.tcl

    r1c8d9db rf14bd6a  
    314314  set HCalResolutionFormula {                  (abs(eta) <= 1.7) * sqrt(energy^2*0.0302^2 + energy*0.5205^2 + 1.59^2) + \
    315315                             (abs(eta) > 1.7 && abs(eta) <= 3.2) * sqrt(energy^2*0.0500^2 + energy*0.706^2) + \
    316                              (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*0.075^2)}
     316                             (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*1.00^2)}
    317317}
    318318
Note: See TracChangeset for help on using the changeset viewer.