- Timestamp:
- Nov 30, 2017, 4:42:55 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6965fe1, ccd0cf1
- Parents:
- 8269ee2
- git-author:
- Michele Selvaggi <michele.selvaggi@…> (11/30/17 16:42:55)
- git-committer:
- GitHub <noreply@…> (11/30/17 16:42:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
r8269ee2 rdda357d 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.