Fork me on GitHub

Changes between Version 8 and Version 9 of WorkBook/ConfigFile


Ignore:
Timestamp:
Feb 24, 2013, 10:32:30 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ConfigFile

    v8 v9  
    2727  set OutputArray electrons
    2828
    29   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    30 
    31   # default efficiency formula
    32   add EfficiencyFormula {0} {0.0}
     29  # set EfficiencyFormula {efficiency formula as a function of eta and pt}
    3330
    3431  # efficiency formula for electrons
    35   add EfficiencyFormula {11} {                                      (pt <= 5.0) * (0.000) + \
    36                                                 (abs(eta) <= 1.5) * (pt > 5.0)  * (0.950) + \
    37                               (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 5.0)  * (0.850) + \
    38                               (abs(eta) > 2.5)                                  * (0.000)}
     32  set EfficiencyFormula {                                      (pt <= 10.0) * (0.00) + \
     33                                           (abs(eta) <= 1.5) * (pt > 10.0)  * (0.95) + \
     34                         (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0)  * (0.85) + \
     35                         (abs(eta) > 2.5)                                   * (0.00)}
    3936}
    4037}}}