Changeset 16aa8a3 in git
- Timestamp:
- Oct 19, 2015, 4:10:06 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c0f9b5b
- Parents:
- 5e4c40d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ILD.tcl
r5e4c40d r16aa8a3 201 201 202 202 # 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)} 206 204 } 207 205
Note:
See TracChangeset
for help on using the changeset viewer.