CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Validation/RecoMuon/python/customise.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 def customise(process):
00004     process.load('sample')
00005     import Validation.RecoMuon.RelValCustoms as switch
00006     #switch.harvest_only(process)
00007     #switch.validation_only(process)
00008     return(process)