Changeset 1cefce3 in git for cards/CMS_PhaseII/CMS_PhaseII_140PU_v02.tcl
- Timestamp:
- Sep 4, 2017, 8:37:17 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 22138b0
- Parents:
- 6990c60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_140PU_v02.tcl
r6990c60 r1cefce3 1336 1336 # set EfficiencyFormula {efficiency formula as a function of eta and pt} 1337 1337 # efficiency formula for electrons 1338 # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id 1338 1339 set EfficiencyFormula { 1339 # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id1340 1340 (pt <= 4.0) * (1.00) + \ 1341 1341 (abs(eta) <= 1.45 ) * (pt > 4.0 && pt <= 6.0) * (0.50) + \ … … 1381 1381 # set EfficiencyFormula {efficiency formula as a function of eta and pt} 1382 1382 # efficiency formula for electrons 1383 set EfficiencyFormula {# efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id1384 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) + \ 1385 1385 (abs(eta) <= 1.45 ) * (pt > 4.0 && pt <= 6.0) * (0.50) + \ 1386 1386 (abs(eta) <= 1.45 ) * (pt > 6.0 && pt <= 8.0) * (0.70) + \
Note:
See TracChangeset
for help on using the changeset viewer.