CMS 3D CMS Logo

enableIMT.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 def enableIMT(process):
4  process.InitRootHandlers = cms.Service("InitRootHandlers",
5  EnableIMT = cms.untracked.bool(True)
6  )
7  return process
def enableIMT(process)
Definition: enableIMT.py:3