CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/HLTEvF/python/HLTMonPhotonBits_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Bit Plotting
00004 hltMonPhotonBits = cms.EDAnalyzer("HLTMonBitSummary",
00005      directory = cms.untracked.string("HLT/HLTMonPhoton/Summary"),
00006      #label = cms.string('myLabel'),
00007      #out = cms.untracked.string('dqm.root'),
00008      HLTPaths = cms.vstring('HLT_L1SingleEG5', 'HLT_Photon10_L1R', 'HLT_L1SingleEG8' ,
00009                             'HLT_L1DoubleEG5' , 'HLT_Photon15_L1R' ,
00010                             'HLT_Photon15_TrackIso_L1R' , 'HLT_Photon15_LooseEcalIso_L1R' ,
00011                             'HLT_Photon20_L1R' , 'HLT_Photon30_L1R_8E29' ,
00012                             'HLT_DoublePhoton10_L1R'
00013                             ),
00014                                   #FIXME - change to photon paths
00015      filterTypes = cms.untracked.vstring( "HLTLevel1GTSeed",
00016                                 "HLTPrescaler",
00017                                 "HLTEgammaL1MatchFilterRegional",
00018                                 "HLTEgammaEtFilter",
00019                                 "HLTEgammaGenericFilter",
00020                                 "HLTElectronPixelMatchFilter",
00021                                 "HLTElectronOneOEMinusOneOPFilterRegional"
00022                                ),
00023     denominator = cms.untracked.string('HLT_L1SingleEG5'),
00024     
00025     TriggerResultsTag = cms.InputTag('TriggerResults','','HLT'),
00026 
00027 )
00028