Fork me on GitHub

Changeset 35b9204 in git for examples/delphes_card_CMS.tcl


Ignore:
Timestamp:
Oct 22, 2014, 4:54:19 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d3f950f
Parents:
273e668
Message:

Updated Jet Energy scale values for delphes_card_ATLAS.tcl and delphes_card_CMS.tcl cards.
Added Example4.C in the examples directory as an example on how to compute JES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_CMS.tcl

    r273e668 r35b9204  
    489489  set OutputArray jets
    490490
    491  # scale formula for jets
    492   set ScaleFormula {1.00}
     491  # scale formula for jets
     492  set ScaleFormula {sqrt( (2.5 - 0.15*(abs(eta)))^2 / pt + 1.0 )}
    493493}
    494494
Note: See TracChangeset for help on using the changeset viewer.