Last change
on this file since f76741a was f0f1443, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago |
Formating changes only...
|
-
Property mode
set to
100644
|
File size:
359 bytes
|
Line | |
---|
1 |
|
---|
2 | # efficiency formula for electrons (ECAL and LumiCal)
|
---|
3 | # LumiCal added for consistency: not in tracking range
|
---|
4 |
|
---|
5 | set EfficiencyFormula {
|
---|
6 | (energy <= 2 ) * (0.00) +
|
---|
7 | (energy > 2 ) * (abs(eta) <= 3.0) * (0.95) +
|
---|
8 | (energy > 2 ) * (abs(eta) > 3.0 && abs(eta) <= 4.0) * (0.90)
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.