Changeset f14bd6a in git for examples/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Oct 3, 2014, 2:30:26 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 273e668
- Parents:
- 1c8d9db (diff), f42fdd9 (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
-
examples/delphes_card_ATLAS_PileUp.tcl
r1c8d9db rf14bd6a 314 314 set HCalResolutionFormula { (abs(eta) <= 1.7) * sqrt(energy^2*0.0302^2 + energy*0.5205^2 + 1.59^2) + \ 315 315 (abs(eta) > 1.7 && abs(eta) <= 3.2) * sqrt(energy^2*0.0500^2 + energy*0.706^2) + \ 316 (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy* 0.075^2)}316 (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*1.00^2)} 317 317 } 318 318
Note:
See TracChangeset
for help on using the changeset viewer.