Fork me on GitHub

Ignore:
Timestamp:
Sep 4, 2017, 8:37:17 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
22138b0
Parents:
6990c60
Message:

fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII/CMS_PhaseII_140PU_v02.tcl

    r6990c60 r1cefce3  
    13361336  # set EfficiencyFormula {efficiency formula as a function of eta and pt}
    13371337  # efficiency formula for electrons
     1338  # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id       
    13381339  set EfficiencyFormula {
    1339   # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id
    13401340                                      (pt <= 4.0)  * (1.00) + \
    13411341                         (abs(eta) <= 1.45 ) * (pt >  4.0 && pt <= 6.0)   * (0.50) + \
     
    13811381  # set EfficiencyFormula {efficiency formula as a function of eta and pt}
    13821382  # efficiency formula for electrons
    1383   set EfficiencyFormula {# efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id
    1384                                       (pt <= 4.0)  * (1.00) + \
     1383  # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id       
     1384  set EfficiencyFormula {             (pt <= 4.0)  * (1.00) + \
    13851385                         (abs(eta) <= 1.45 ) * (pt >  4.0 && pt <= 6.0)   * (0.50) + \
    13861386                         (abs(eta) <= 1.45 ) * (pt >  6.0 && pt <= 8.0)   * (0.70) + \
Note: See TracChangeset for help on using the changeset viewer.