Fork me on GitHub

Changeset 998790a in git for cards/delphes_card_CMS.tcl


Ignore:
Timestamp:
Aug 26, 2016, 5:01:03 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
94cacb6, caa953a, eab6d46
Parents:
feada94
Message:

apply muon eff drop in tracking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS.tcl

    rfeada94 r998790a  
    498498
    499499  # efficiency formula for muons
    500   set EfficiencyFormula {                                      (pt <= 10.0)               * (0.00) +
    501                                            (abs(eta) <= 1.5) * (pt > 10.0 && pt <= 1.0e3) * (0.95) +
    502                                            (abs(eta) <= 1.5) * (pt > 1.0e3)               * (0.95 * exp(0.5 - pt*5.0e-4)) +
    503                          (abs(eta) > 1.5 && abs(eta) <= 2.4) * (pt > 10.0 && pt <= 1.0e3) * (0.95) +
    504                          (abs(eta) > 1.5 && abs(eta) <= 2.4) * (pt > 1.0e3)               * (0.95 * exp(0.5 - pt*5.0e-4)) +
     500  set EfficiencyFormula {                                     (pt <= 10.0)                * (0.00) +
     501                                           (abs(eta) <= 1.5) * (pt > 10.0)                * (0.95) +
     502                         (abs(eta) > 1.5 && abs(eta) <= 2.4) * (pt > 10.0)                * (0.95) +
    505503                         (abs(eta) > 2.4)                                                 * (0.00)}
    506504}
Note: See TracChangeset for help on using the changeset viewer.