CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hcalNZS.py
Go to the documentation of this file.
2 
3 def customise_hcalNZS(process):
4  if hasattr(process,'simHcalDigis'):
5  process.simHcalDigis.markAndPass = cms.bool(True)
6 
7  return process
def customise_hcalNZS
Definition: hcalNZS.py:3