CMS 3D CMS Logo

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