Changeset 25291dd in git for cards/ILCgen/ILCgen_HCAL_Resolution.tcl
- Timestamp:
- Oct 17, 2020, 4:05:03 AM (4 years ago)
- Children:
- 44f4a4e
- Parents:
- 4e5ed02 (diff), be1a3be (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/ILCgen/ILCgen_HCAL_Resolution.tcl
r4e5ed02 r25291dd 2 2 # HCAL and LHCAL resolution: same formula used at the moment 3 3 # 4 # set ResolutionFormula {resolution formula as a function of eta and energy} 4 5 5 set ResolutionFormula { 6 6 (abs(eta) <= 2.8 ) * sqrt(energy^2*0.017^2 + energy*0.45^2)+ 7 7 (abs(eta) > 2.8 && abs(eta)<=3.8 ) * sqrt(energy^2*0.017^2 + energy*0.45^2) 8 } 9 8 }
Note:
See TracChangeset
for help on using the changeset viewer.