Last change
on this file since e69eea2 was f0f1443, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago |
Formating changes only...
|
-
Property mode
set to
100644
|
File size:
250 bytes
|
Rev | Line | |
---|
[d192152] | 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.