CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FWCore/Services/python/InitRootHandlers_cfi.py

Go to the documentation of this file.
00001 # Default configuration for the InitRootHandlers service
00002 
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 InitRootHandlers = cms.Service("InitRootHandlers",
00006     UnloadRootSigHandler = cms.untracked.bool(False),
00007     ResetRootErrHandler = cms.untracked.bool(True),
00008     AutoLibraryLoader = cms.untracked.bool(True),
00009     AbortOnSignal = cms.untracked.bool(True)
00010 )