CMS 3D CMS Logo

BasicGenParticleValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 basicGenParticleValidation = DQMEDAnalyzer('BasicGenParticleValidation',
5  hepmcCollection = cms.InputTag("generatorSmeared"),
6  genparticleCollection = cms.InputTag("genParticles",""),
7  genjetsCollection = cms.InputTag("ak4GenJets",""),
8  matchingPrecision = cms.double(0.001),
9  verbosity = cms.untracked.uint32(0),
10  UseWeightFromHepMC = cms.bool(True)
11 )