CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
topvalidation_cfi.py
Go to the documentation of this file.
2 
3 HLTTopVal = cms.EDAnalyzer("TopValidation",
4  OutputMEsInRootFile = cms.bool(False),
5  TriggerResultsCollection = cms.InputTag("TriggerResults","","HLT"),
6  hltPaths = cms.vstring('HLT_Mu9','HLT_Mu15','HLT_IsoMu9','HLT_DoubleMu3','HLT_Ele15_SW_L1R',
7  'HLT_Ele15_SW_LooseTrackIso_L1R','HLT_DoubleEle10_SW_L1R'),
8  hltMuonPaths = cms.vstring('HLT_Mu9','HLT_Mu15','HLT_IsoMu9','HLT_DoubleMu3'),
9  hltEgPaths = cms.vstring('HLT_Ele15_SW_L1R','HLT_Ele15_SW_LooseTrackIso_L1R','HLT_DoubleEle10_SW_L1R'),
10  hltJetPaths = cms.vstring('HLT_QuadJet30'),
11 
12  OutputFileName = cms.string(''),
13  # DQMFolder = cms.untracked.string("HLT/Top")
14  FolderName = cms.string("HLT/Top/"),
15  offlineElectrons = cms.InputTag('gedGsfElectrons')
16 
17  )