CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HLTMonPhotonBits_cfi Namespace Reference

Variables

tuple hltMonPhotonBits
 

Variable Documentation

tuple HLTMonPhotonBits_cfi.hltMonPhotonBits
Initial value:
1 = cms.EDAnalyzer("HLTMonBitSummary",
2  directory = cms.untracked.string("HLT/HLTMonPhoton/Summary"),
3  #label = cms.string('myLabel'),
4  #out = cms.untracked.string('dqm.root'),
5  HLTPaths = cms.vstring('HLT_L1SingleEG5', 'HLT_Photon10_L1R', 'HLT_L1SingleEG8' ,
6  'HLT_L1DoubleEG5' , 'HLT_Photon15_L1R' ,
7  'HLT_Photon15_TrackIso_L1R' , 'HLT_Photon15_LooseEcalIso_L1R' ,
8  'HLT_Photon20_L1R' , 'HLT_Photon30_L1R_8E29' ,
9  'HLT_DoublePhoton10_L1R'
10  ),
11  #FIXME - change to photon paths
12  filterTypes = cms.untracked.vstring( "HLTLevel1GTSeed",
13  "HLTPrescaler",
14  "HLTEgammaL1MatchFilterRegional",
15  "HLTEgammaEtFilter",
16  "HLTEgammaGenericFilter",
17  "HLTElectronPixelMatchFilter",
18  "HLTElectronOneOEMinusOneOPFilterRegional"
19  ),
20  denominator = cms.untracked.string('HLT_L1SingleEG5'),
21 
22  TriggerResultsTag = cms.InputTag('TriggerResults','','HLT'),
23 
24 )

Definition at line 4 of file HLTMonPhotonBits_cfi.py.