CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/EventGenerator/python/BasicGenParticleValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 BasicGenParticleValidation = cms.EDAnalyzer("BasicGenParticleValidation",
00004     hepmcCollection = cms.InputTag("generator",""),
00005     genparticleCollection = cms.InputTag("genParticles",""),
00006     genjetsCollection = cms.InputTag("ak5GenJets",""),
00007     matchingPrecision = cms.double(0.001),
00008     verbosity = cms.untracked.uint32(0),
00009     UseWeightFromHepMC = cms.bool(True)
00010 )