Variables | |
tuple | HLTHiggsPostProcessor |
tuple | HLTTopPostProcessor |
00001 cms.EDAnalyzer("DQMGenericClient", 00002 subDirs = cms.untracked.vstring('HLT/Higgs/HWW'), 00003 verbose = cms.untracked.uint32(0), # Set to 2 for all messages 00004 outputFileName = cms.untracked.string(''), 00005 commands = cms.vstring(''), 00006 resolution = cms.vstring(''), 00007 efficiency = cms.vstring( 00008 # "TrigEFF 'my title; my x-label; my y-label' pt_trig_off_mu pt_off_mu", 00009 # "EffVsPt_HLT_Mu3 'HLT_Mu3 ; p_{T #mu}; Trigger_Efficiency' Muon1Pt_HLT_Mu3 Muon1Pt", 00010 #"EffVsEta_HLT_Mu3 'HLT_Mu3 ; #eta_{#mu}; Trigger_Efficiency' Muon1Eta_HLT_Mu3 Muon1Eta", 00011 00012 00013 # "EffVsPt_HLT_Ele10_LW_L1R 'HLT_Ele10_LW_L1R ; p_{T e}; Trigger_Efficiency' Electron1Pt_HLT_Ele10_LW_L1R Electron1Pt", 00014 # "EffVsEta_HLT_Ele10_LW_L1R 'HLT_Ele10_LW_L1R ; #eta_{e}; Trigger_Efficiency' Electron1Eta_HLT_Ele10_LW_L1R Electron1Eta", 00015 00016 # "EffVsPt_HLT_Photon15_L1R 'HLT_Photon15_L1R ; p_{T #gamma}; Trigger_Efficiency' Photon1Pt_HLT_Photon15_L1R Photon1Pt", 00017 # "EffVsEta_HLT_Photon15_L1R 'HLT_Photon15_L1R ; #eta_{#gamma}; Trigger_Efficiency' Photon1Eta_HLT_Photon15_L1R Photon1Eta", 00018 00019 #"EffVsPt_HLT_Photon15_TrackIso_L1R 'HLT_Photon15_TrackIso_L1R ; p_{T #gamma}; Trigger_Efficiency' Photon1Pt_HLT_Photon15_TrackIso_L1R Photon1Pt", 00020 # "EffVsEta_HLT_Photon15_TrackIso_L1R 'HLT_Photon15_TrackIso_L1R ; #eta_{#gamma}; Trigger_Efficiency' Photon1Eta_HLT_Photon15_TrackIso_L1R Photon1Eta", 00021 00022 #"EffVsPt_HLT_DoublePhoton10_L1R 'HLT_DoublePhoton10_L1R ; p_{T #gamma}; Trigger_Efficiency' Photon1Pt_HLT_DoublePhoton10_L1R Photon1Pt", 00023 # "EffVsEta_HLT_DoublePhoton10_L1R 'HLT_DoublePhoton10_L1R ; #eta_{#gamma}; Trigger_Efficiency' Photon1Eta_HLT_DoublePhoton10_L1R Photon1Eta", 00024 00025 00026 00027 ) 00028 )
Definition at line 3 of file PostProcessor_cfi.py.
Definition at line 4 of file PostProcessor_cfi.py.