CMS 3D CMS Logo

Variables

HLTMonPhotonBits_cfi Namespace Reference

Variables

tuple hltMonPhotonBits

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("HLTMonBitSummary",
00002      directory = cms.untracked.string("HLT/HLTMonPhoton/Summary"),
00003      #label = cms.string('myLabel'),
00004      #out = cms.untracked.string('dqm.root'),
00005      HLTPaths = cms.vstring('HLT_L1SingleEG5', 'HLT_Photon10_L1R', 'HLT_L1SingleEG8' ,
00006                             'HLT_L1DoubleEG5' , 'HLT_Photon15_L1R' ,
00007                             'HLT_Photon15_TrackIso_L1R' , 'HLT_Photon15_LooseEcalIso_L1R' ,
00008                             'HLT_Photon20_L1R' , 'HLT_Photon30_L1R_8E29' ,
00009                             'HLT_DoublePhoton10_L1R'
00010                             ),
00011                                   #FIXME - change to photon paths
00012      filterTypes = cms.untracked.vstring( "HLTLevel1GTSeed",
00013                                 "HLTPrescaler",
00014                                 "HLTEgammaL1MatchFilterRegional",
00015                                 "HLTEgammaEtFilter",
00016                                 "HLTEgammaGenericFilter",
00017                                 "HLTElectronPixelMatchFilter",
00018                                 "HLTElectronOneOEMinusOneOPFilterRegional"
00019                                ),
00020     denominator = cms.untracked.string('HLT_L1SingleEG5'),
00021     
00022     TriggerResultsTag = cms.InputTag('TriggerResults','','HLT'),
00023 
00024 )

Definition at line 4 of file HLTMonPhotonBits_cfi.py.