Fork me on GitHub

Changeset d3f950f in git


Ignore:
Timestamp:
Nov 7, 2014, 1:28:07 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6fb1a5d
Parents:
b25d4cf (diff), 35b9204 (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

Location:
examples
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    rb25d4cf rd3f950f  
    475475  set OutputArray jets
    476476
    477  # scale formula for jets
    478   set ScaleFormula {  1.00  }
    479 
     477  # scale formula for jets
     478  set ScaleFormula {  sqrt( (3.0 - 0.2*(abs(eta)))^2 / pt + 1.0 )  }
    480479}
    481480
  • examples/delphes_card_CMS.tcl

    rb25d4cf rd3f950f  
    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.