Fork me on GitHub

source: git/cards/ILCgen/ILCgen_HCAL_Resolution.tcl@ ae93700

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

Formating changes only...

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