Fork me on GitHub

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

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

Formating changes only...

  • Property mode set to 100644
File size: 318 bytes
Line 
1# P.Sopicki, corrected by A.F.Zarnecki: based on email from D.Jeans
2# ECAL and LumiCal resolution: same formula used at the moment
3#
4
5set ResolutionFormula {
6 (abs(eta) <= 3 ) * sqrt(energy^2*0.01^2 + energy*0.17^2)+
7 (abs(eta) > 3 && abs(eta) <= 4 ) * sqrt(energy^2*0.01^2 + energy*0.17^2)
8 }
Note: See TracBrowser for help on using the repository browser.