Fork me on GitHub

Changes in / [d3f950f:b25d4cf] in git


Ignore:
Location:
examples
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

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

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