source:
git/cards/ILCgen/ILCgen_BeamCal_Resolution.tcl
Last change on this file was f0f1443, checked in by , 4 years ago | |
---|---|
|
|
File size: 250 bytes |
Line | |
---|---|
1 | # P.Sopicki, corrected by A.F.Zarnecki |
2 | # BeamCal resolution |
3 | |
4 | set ResolutionFormula { |
5 | (abs(eta) > 4.0 && abs(eta) <= 4.8) * sqrt(energy^2*0.02^2 + energy*0.30^2) + |
6 | (abs(eta) > 4.8 && abs(eta) <= 5.8) * sqrt(energy^2*0.03^2 + energy*0.45^2) |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.