CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VVVValidation_cfi.py
Go to the documentation of this file.
2 
3 vvvValidation = cms.EDAnalyzer("VVVValidation",
4  hepmcCollection = cms.InputTag("generator",""),
5  genparticleCollection = cms.InputTag("genParticles",""),
6  genjetsCollection = cms.InputTag("ak5GenJets",""),
7  matchingPrecision = cms.double(0.001),
8  lepStatus= cms.double(1),
9  motherStatus= cms.double(1),
10  verbosity = cms.untracked.uint32(0),
11  UseWeightFromHepMC = cms.bool(True)
12 )