Changeset fa7729a in git for cards/ILCgen/ILCgen_BeamCal_Resolution.tcl
- Timestamp:
- Aug 31, 2020, 12:22:36 PM (4 years ago)
- Branches:
- master
- Children:
- 4692fd9
- Parents:
- 1a8ef08 (diff), 4f52352 (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_BeamCal_Resolution.tcl
r1a8ef08 rfa7729a 1 1 # P.Sopicki, corrected by A.F.Zarnecki 2 2 # BeamCal resolution 3 4 # set ResolutionFormula {resolution formula as a function of eta and energy}5 3 6 4 set ResolutionFormula { … … 8 6 (abs(eta) > 4.8 && abs(eta) <= 5.8) * sqrt(energy^2*0.03^2 + energy*0.45^2) 9 7 } 10
Note:
See TracChangeset
for help on using the changeset viewer.