Skip to content

Commit

Permalink
Add efficiency plots for HZZ contral paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperlauwers committed Feb 6, 2016
1 parent 15e3202 commit 4c704aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HLTriggerOffline/Higgs/python/hltHiggsPostProcessors_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ def get_reco_strings(strings):
hltHiggsPostHWW.subDirs = ['HLT/Higgs/HWW']
hltHiggsPostHWW.efficiencyProfile = efficiency_strings

hltHiggsPostHZZControlPaths = hltHiggsPostProcessor.clone()
hltHiggsPostHZZControlPaths.subDirs = ['HLT/Higgs/HZZControlPaths']
hltHiggsPostHZZControlPaths.efficiencyProfile = efficiency_strings

hltHiggsPostHZZ = hltHiggsPostProcessor.clone()
hltHiggsPostHZZ.subDirs = ['HLT/Higgs/HZZ']
hltHiggsPostHZZ.efficiencyProfile = efficiency_strings
Expand Down Expand Up @@ -348,6 +352,7 @@ def get_reco_strings(strings):
hltHiggsPostProcessors = cms.Sequence(
hltHiggsPostHWW+
hltHiggsPostHZZ+
hltHiggsPostHZZControlPaths+
hltHiggsPostHgg+
hltHiggsPostHggControlPaths+
hltHiggsPostHtaunu+
Expand Down

0 comments on commit 4c704aa

Please sign in to comment.