Fork me on GitHub

Ignore:
Timestamp:
Aug 28, 2020, 5:35:52 PM (4 years ago)
Author:
Aleksander Filip Zarnecki <zarnecki@…>
Branches:
master
Children:
071a8d7, 4f52352
Parents:
aafe927
Message:

Formating changes only...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/ILCgen/ILCgen_HCAL_Resolution.tcl

    raafe927 rf0f1443  
    22# HCAL and LHCAL resolution: same formula used at the moment
    33#
    4 # set ResolutionFormula {resolution formula as a function of eta and energy}
     4
    55set ResolutionFormula {
    66   (abs(eta) <= 2.8 )                 * sqrt(energy^2*0.017^2 + energy*0.45^2)+
    77   (abs(eta) > 2.8 && abs(eta)<=3.8 ) * sqrt(energy^2*0.017^2 + energy*0.45^2)
    8 }
    9 
     8  }
Note: See TracChangeset for help on using the changeset viewer.