CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonPhotonBits_cfi.py
Go to the documentation of this file.
2 
3 # Bit Plotting
4 hltMonPhotonBits = cms.EDAnalyzer("HLTMonBitSummary",
5  directory = cms.untracked.string("HLT/HLTMonPhoton/Summary"),
6  #label = cms.string('myLabel'),
7  #out = cms.untracked.string('dqm.root'),
8  HLTPaths = cms.vstring('HLT_L1SingleEG5', 'HLT_Photon10_L1R', 'HLT_L1SingleEG8' ,
9  'HLT_L1DoubleEG5' , 'HLT_Photon15_L1R' ,
10  'HLT_Photon15_TrackIso_L1R' , 'HLT_Photon15_LooseEcalIso_L1R' ,
11  'HLT_Photon20_L1R' , 'HLT_Photon30_L1R_8E29' ,
12  'HLT_DoublePhoton10_L1R'
13  ),
14  #FIXME - change to photon paths
15  filterTypes = cms.untracked.vstring( "HLTLevel1GTSeed",
16  "HLTPrescaler",
17  "HLTEgammaL1MatchFilterRegional",
18  "HLTEgammaEtFilter",
19  "HLTEgammaGenericFilter",
20  "HLTElectronPixelMatchFilter",
21  "HLTElectronOneOEMinusOneOPFilterRegional"
22  ),
23  denominator = cms.untracked.string('HLT_L1SingleEG5'),
24 
25  TriggerResultsTag = cms.InputTag('TriggerResults','','HLT'),
26 
27 )
28