3.4.3pre04
Last change
on this file since cbeb9b2 was d192152, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago |
Generic ILC detector model for Delphes. First import from iLCSoft/ILCDelphes
|
-
Property mode
set to
100644
|
File size:
371 bytes
|
Line | |
---|
1 |
|
---|
2 | # set EfficiencyFormula {efficiency formula as a function of eta and pt}
|
---|
3 |
|
---|
4 | # efficiency formula for photons (ECAL + LumiCal)
|
---|
5 |
|
---|
6 | set EfficiencyFormula {
|
---|
7 | (energy <= 2 ) * (0.00) +
|
---|
8 | (energy > 2 ) * (abs(eta) <= 3.0) * (0.95) +
|
---|
9 | (energy > 2 ) * (abs(eta) > 3.0 && abs(eta) <= 4.0) * (0.90)
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.