CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ewkDQM_cfi.py
Go to the documentation of this file.
2 
3 # DQM monitor module for EWK
4 ewkDQM = cms.EDAnalyzer("EwkDQM",
5 
6  elecTriggerPathToPass = cms.vstring("HLT_Ele", "HLT_DoubleEle", "HLT_DoublePhoton"),
7  muonTriggerPathToPass = cms.vstring("HLT_Mu", "HLT_IsoMu", "HLT_DoubleMu"),
8  triggerResultsCollection = cms.InputTag("TriggerResults", "", "HLT"),
9 
10  muonCollection = cms.InputTag("muons"),
11  electronCollection = cms.InputTag("gedGsfElectrons"),
12  PFJetCollection = cms.InputTag("ak5PFJets"),
13  caloMETCollection = cms.InputTag("corMetGlobalMuons"),
14  vertexCollection = cms.InputTag("offlinePrimaryVertices"),
15  #genParticleCollection = cms.InputTag("genParticles")
16  EJetMin = cms.untracked.double(15.0)
17 )