Fork me on GitHub

source: git/cards/ILCgen/ILCgen_BeamCal_Resolution.tcl@ 4f52352

Last change on this file since 4f52352 was f0f1443, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago

Formating changes only...

  • Property mode set to 100644
File size: 250 bytes
Line 
1# P.Sopicki, corrected by A.F.Zarnecki
2# BeamCal resolution
3
4 set ResolutionFormula {
5 (abs(eta) > 4.0 && abs(eta) <= 4.8) * sqrt(energy^2*0.02^2 + energy*0.30^2) +
6 (abs(eta) > 4.8 && abs(eta) <= 5.8) * sqrt(energy^2*0.03^2 + energy*0.45^2)
7 }
Note: See TracBrowser for help on using the repository browser.