source:
git/cards/ILCgen/ILCgen_MuonEfficiency.tcl
Last change on this file was d192152, checked in by , 4 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
1 | # efficiency formula for muons |
2 | # Identification based on tracking only |
3 | |
4 | set EfficiencyFormula { |
5 | (energy <= 2 ) * (0.00) + |
6 | (energy > 2 && energy <= 10 ) * (0.95) + |
7 | (energy > 10 ) * (0.97) |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.