Fork me on GitHub

source: git/cards/ILCgen/ILCgen_MuonEfficiency.tcl@ 4564cba

Last change on this file since 4564cba 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: 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.