CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Validation/EventGenerator/python/VVVValidation_cfi.py

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