CMS 3D CMS Logo

customise.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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)
mathSSE::return
return((rh ^ lh) &mask)
customise.customise
def customise(process)
Definition: customise.py:3