CMS 3D CMS Logo

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

Variables

tuple ewkDQM
 

Variable Documentation

tuple ewkDQM_cfi.ewkDQM
Initial value:
1 = cms.EDAnalyzer("EwkDQM",
2 
3  elecTriggerPathToPass = cms.vstring("HLT_Ele", "HLT_DoubleEle", "HLT_DoublePhoton"),
4  muonTriggerPathToPass = cms.vstring("HLT_Mu", "HLT_IsoMu", "HLT_DoubleMu"),
5  triggerResultsCollection = cms.InputTag("TriggerResults", "", "HLT"),
6 
7  muonCollection = cms.InputTag("muons"),
8  electronCollection = cms.InputTag("gedGsfElectrons"),
9  PFJetCollection = cms.InputTag("ak4PFJets"),
10  caloMETCollection = cms.InputTag("caloMetM"),
11  vertexCollection = cms.InputTag("offlinePrimaryVertices"),
12  #genParticleCollection = cms.InputTag("genParticles")
13  EJetMin = cms.untracked.double(15.0)
14 )

Definition at line 4 of file ewkDQM_cfi.py.