CMS 3D CMS Logo

Pomwig_custom.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 def customise(process):
4 
5  process.genParticles.abortOnUnknownPDGCode = False
6 
7  return(process)
return((rh^lh)&mask)
def customise(process)
Definition: Pomwig_custom.py:3