CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  AbortOnSignal = cms.untracked.bool(True)
10 )