Fork me on GitHub

source: git/cards/ILCgen/ILCgen_BeamCal_Resolution.tcl@ d192152

Last change on this file since d192152 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: 329 bytes
Line 
1# P.Sopicki, corrected by A.F.Zarnecki
2# BeamCal resolution
3
4# set ResolutionFormula {resolution formula as a function of eta and energy}
5
6 set ResolutionFormula {
7 (abs(eta) > 4.0 && abs(eta) <= 4.8) * sqrt(energy^2*0.02^2 + energy*0.30^2) +
8 (abs(eta) > 4.8 && abs(eta) <= 5.8) * sqrt(energy^2*0.03^2 + energy*0.45^2)
9 }
10
Note: See TracBrowser for help on using the repository browser.