CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Validation/EventGenerator/python/DrellYanValidation_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.EventGenerator.DrellYanValidation_cfi import *
00004 
00005 drellYanEleValidation = drellYanValidation.clone(decaysTo = cms.int32(11), name = cms.string("Electrons"))
00006 
00007 drellYanMuoValidation = drellYanValidation.clone(decaysTo = cms.int32(13), name = cms.string("Muons"))