Changes in / [b25d4cf:d3f950f] in git
- Location:
- examples
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/delphes_card_ATLAS.tcl
rb25d4cf rd3f950f 475 475 set OutputArray jets 476 476 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 ) } 480 479 } 481 480 -
examples/delphes_card_CMS.tcl
rb25d4cf rd3f950f 489 489 set OutputArray jets 490 490 491 # scale formula for jets492 set ScaleFormula { 1.00}491 # scale formula for jets 492 set ScaleFormula {sqrt( (2.5 - 0.15*(abs(eta)))^2 / pt + 1.0 )} 493 493 } 494 494
Note:
See TracChangeset
for help on using the changeset viewer.