CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customiseMergedTruth.py
Go to the documentation of this file.
1 
2 def customiseMergedTruth(process) :
3  process.mergedtruth.HepMCDataLabels = ['hiSignal']
4  process.mergedtruth.useMultipleHepMCLabels = False
5  return process