Fork me on GitHub

Ignore:
Timestamp:
Aug 31, 2020, 8:31:15 AM (4 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
fa7729a
Parents:
a643a7f (diff), f0f1443 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Michele Selvaggi <michele.selvaggi@…> (08/31/20 08:31:15)
git-committer:
GitHub <noreply@…> (08/31/20 08:31:15)
Message:

Merge pull request #77 from zarnecki/master

Code cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/ILCgen/ILCgen_BeamCal_Resolution.tcl

    ra643a7f r4f52352  
    11# P.Sopicki, corrected by A.F.Zarnecki
    22# BeamCal resolution
    3 
    4 # set ResolutionFormula {resolution formula as a function of eta and energy}
    53
    64  set ResolutionFormula {
     
    86  (abs(eta) > 4.8 && abs(eta) <= 5.8) * sqrt(energy^2*0.03^2 + energy*0.45^2)
    97  }
    10 
Note: See TracChangeset for help on using the changeset viewer.