Last change
on this file since f0f1443 was f0f1443, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago |
Formating changes only...
|
-
Property mode
set to
100644
|
File size:
319 bytes
|
Rev | Line | |
---|
[d192152] | 1 | # P.Sopicki, corrected by A.F.Zarnecki: based on email from D.Jeans
|
---|
| 2 | # HCAL and LHCAL resolution: same formula used at the moment
|
---|
| 3 | #
|
---|
[f0f1443] | 4 |
|
---|
[d192152] | 5 | set ResolutionFormula {
|
---|
| 6 | (abs(eta) <= 2.8 ) * sqrt(energy^2*0.017^2 + energy*0.45^2)+
|
---|
| 7 | (abs(eta) > 2.8 && abs(eta)<=3.8 ) * sqrt(energy^2*0.017^2 + energy*0.45^2)
|
---|
[f0f1443] | 8 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.