CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customise.py
Go to the documentation of this file.
2 
3 def customise(process):
4  process.load('sample')
5  import Validation.RecoMuon.RelValCustoms as switch
6  #switch.harvest_only(process)
7  #switch.validation_only(process)
8  return(process)
def customise
Definition: customise.py:3