Last change
on this file since 4b3df0d was f0f1443, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago |
Formating changes only...
|
-
Property mode
set to
100644
|
File size:
552 bytes
|
Line | |
---|
1 |
|
---|
2 | # Track momentum resolution dpt/pt
|
---|
3 | # based on parametrisation of ILD IDR results (Figure 8.1a)
|
---|
4 | # A.F.Zarnecki, June 12, 2020
|
---|
5 |
|
---|
6 |
|
---|
7 | set ResolutionFormula {
|
---|
8 | (abs(eta) <= 2.0) *
|
---|
9 | exp( -6.82012 - 0.284133*abs(eta) + 0.64585*eta*eta
|
---|
10 | + (0.829675 -0.188197*abs(eta) + 0.106226 * eta*eta - 1.0) * log(pt)
|
---|
11 | + (0.0766417-0.00435667*abs(eta) + 0.00174804*eta*eta) * log(pt)*log(pt))
|
---|
12 | +
|
---|
13 | (abs(eta) > 2.0 && abs(eta) <= 3.0) *
|
---|
14 | exp( -4.54609
|
---|
15 | + ( 0.87526 - 1.0) * log(pt)
|
---|
16 | + (-0.0800672 + 0.0891669 * abs(eta)) * log(pt)*log(pt))
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.