Changeset 989ee8f in git
- Timestamp:
- Jun 6, 2016, 11:24:37 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e921a28
- Parents:
- 67a6d8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
r67a6d8a r989ee8f 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.