Fork me on GitHub

Changes between Version 13 and Version 14 of WorkBook/ConfigFile


Ignore:
Timestamp:
Dec 18, 2014, 1:39:59 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ConfigFile

    v13 v14  
    3232
    3333  # efficiency formula for electrons
    34   set EfficiencyFormula {                                      (pt <= 10.0) * (0.00) + \
    35                                            (abs(eta) <= 1.5) * (pt > 10.0)  * (0.95) + \
    36                          (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0)  * (0.85) + \
     34  set EfficiencyFormula {                                      (pt <= 10.0) * (0.00) +
     35                                           (abs(eta) <= 1.5) * (pt > 10.0)  * (0.95) +
     36                         (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0)  * (0.85) +
    3737                         (abs(eta) > 2.5)                                   * (0.00)}
    3838}