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_MuonMomentumSmearing.tcl

    ra643a7f r4f52352  
    66
    77set ResolutionFormula {
    8 
    9 (abs(eta) <= 2.0) *
    10   exp( -6.82012  - 0.284133*abs(eta) + 0.64585*eta*eta
     8  (abs(eta) <= 2.0) *
     9    exp( -6.82012  - 0.284133*abs(eta) + 0.64585*eta*eta
    1110     + (0.829675 -0.188197*abs(eta) +  0.106226 * eta*eta  - 1.0) * log(pt)
    1211     + (0.0766417-0.00435667*abs(eta) + 0.00174804*eta*eta) * log(pt)*log(pt))
    13 
    14 +
    15 
    16 (abs(eta) > 2.0 && abs(eta) <= 3.0) *
    17   exp(  -4.54609
     12  +
     13  (abs(eta) > 2.0 && abs(eta) <= 3.0) *
     14    exp(  -4.54609
    1815     + ( 0.87526 - 1.0) * log(pt)
    1916     + (-0.0800672 + 0.0891669 * abs(eta)) * log(pt)*log(pt))
    20 
    21 }
    22 
     17  }
Note: See TracChangeset for help on using the changeset viewer.