Changeset 1cefce3 in git for cards/CMS_PhaseII/muonLooseId.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/muonLooseId.tcl
r6990c60 r1cefce3 1 1 # tracking + LooseID efficiency formula for muons 2 # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id 2 3 set EfficiencyFormula { 3 4 # efficiency for low pT leptons is set artifically to 100%. Analyzers should rescale according to proper lepton Id5 4 (pt <= 5.0) * (1.00) + \ 6 5 (pt > 5 && pt < 10) * (abs(eta) > 0 && abs(eta) < 0.2) * 0.967 + \
Note:
See TracChangeset
for help on using the changeset viewer.