CMS 3D CMS Logo

hcalNZS.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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(process)
Definition: hcalNZS.py:3