CMS 3D CMS Logo

InitRootHandlers_cfi.py
Go to the documentation of this file.
1 # Default configuration for the InitRootHandlers service
2 
3 import FWCore.ParameterSet.Config as cms
4 
5 InitRootHandlers = cms.Service("InitRootHandlers",
6  UnloadRootSigHandler = cms.untracked.bool(False),
7  ResetRootErrHandler = cms.untracked.bool(True),
8  AutoLibraryLoader = cms.untracked.bool(True),
9  EnableIMT = cms.untracked.bool(False),
10  AbortOnSignal = cms.untracked.bool(True)
11 )