Fork me on GitHub

Changeset 16aa8a3 in git for cards


Ignore:
Timestamp:
Oct 19, 2015, 4:10:06 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c0f9b5b
Parents:
5e4c40d
Message:

replace IP smearing formula with analytic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ILD.tcl

    r5e4c40d r16aa8a3  
    201201
    202202  # absolute impact parameter smearing formula (in mm) as a function of pt and eta
    203   set ResolutionFormula {(pt > 0.1  && pt <= 5.0)   * (0.010) +
    204                          (pt > 5.0)                 * (0.005)}
    205 
     203  set ResolutionFormula {0.010/sqrt(pt)}
    206204}
    207205
Note: See TracChangeset for help on using the changeset viewer.