Changeset 4a0d9d5 in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Jun 6, 2016, 4:47:16 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bd0a1aa
- Parents:
- 4406bf8 (diff), 740d430 (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
r4406bf8 r4a0d9d5 271 271 # Eta shape from arXiv:1306.2016, Energy shape from arXiv:1502.02701 272 272 set ECalResolutionFormula { (abs(eta) <= 1.5) * (1+0.64*eta^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) + 273 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*( eta-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) +273 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (2.16 + 5.6*(abs(eta)-2)^2) * sqrt(energy^2*0.008^2 + energy*0.11^2 + 0.40^2) + 274 274 (abs(eta) > 2.5 && abs(eta) <= 5.0) * sqrt(energy^2*0.107^2 + energy*2.08^2)} 275 275
Note:
See TracChangeset
for help on using the changeset viewer.