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_200PU_v02.tcl

    r6990c60 r1cefce3  
    13351335  # set EfficiencyFormula {efficiency formula as a function of eta and pt}
    13361336  # efficiency formula for electrons
     1337  # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id       
    13371338  set EfficiencyFormula {
    1338 # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id
    13391339                                      (pt <= 4.0)  * (1.00) + \
    13401340                         (abs(eta) <= 1.45 ) * (pt >  4.0 && pt <= 6.0)   * (0.50) + \
     
    13801380  # set EfficiencyFormula {efficiency formula as a function of eta and pt}
    13811381  # efficiency formula for electrons
     1382  # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id       
    13821383  set EfficiencyFormula {
    1383   # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id
    13841384                                               (pt <= 4.0)  * (1.00) + \
    13851385                         (abs(eta) <= 1.45 ) * (pt >  4.0 && pt <= 6.0)   * (0.50) + \
Note: See TracChangeset for help on using the changeset viewer.