Fork me on GitHub

Changeset 5953e02 in git


Ignore:
Timestamp:
Jan 25, 2018, 4:46:06 PM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5554fa9
Parents:
8297d2d
Message:

added also electron efficiencies (preliminary)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CLICdet.tcl

    r8297d2d r5953e02  
    653653
    654654    # set EfficiencyFormula {efficiency formula as a function of eta and pt}
     655        set EfficiencyFormula {(abs( eta)<0.7 )*(  0.89)+
     656                (abs(eta) > 0.7 && abs(eta) < 3)*( 0.8)}
    655657
    656658    # efficiency formula for electrons
    657     set EfficiencyFormula {                                      (pt <= 10.0) * (0.00) +
    658         (abs(eta) <= 1.5) * (pt > 10.0)  * (0.95) +
    659         (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0)  * (0.95) +
    660         (abs(eta) > 2.5)                                   * (0.00)}
     659#    set EfficiencyFormula {                                      (pt <= 10.0) * (0.00) +
     660#       (abs(eta) <= 1.5) * (pt > 10.0)  * (0.95) +
     661#       (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0)  * (0.95) +
     662#       (abs(eta) > 2.5)                                   * (0.00)}
    661663}
    662664
Note: See TracChangeset for help on using the changeset viewer.