Changeset 6965fe1 in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Dec 5, 2017, 8:33:29 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8d4d51b
- Parents:
- ba75867 (diff), dda357d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
rba75867 r6965fe1 169 169 170 170 # resolution formula for electrons 171 # based on arXiv:1 405.6569171 # based on arXiv:1502.02701 172 172 set ResolutionFormula { (abs(eta) <= 0.5) * (pt > 0.1) * sqrt(0.03^2 + pt^2*1.3e-3^2) + 173 173 (abs(eta) > 0.5 && abs(eta) <= 1.5) * (pt > 0.1) * sqrt(0.05^2 + pt^2*1.7e-3^2) +
Note:
See TracChangeset
for help on using the changeset viewer.