CMS 3D CMS Logo

Functions

customiseMCDBCheck_cff Namespace Reference

Functions

def customiseMCDBCheck

Function Documentation

def customiseMCDBCheck_cff::customiseMCDBCheck (   process)

Definition at line 1 of file customiseMCDBCheck_cff.py.

00002                                :
00003 
00004     process.MessageLogger.categories=cms.untracked.vstring('FwkJob'
00005                                                            ,'FwkReport'
00006                                                            ,'FwkSummary'
00007                                                            ,'Root_NoDictionary'
00008                                                            ,'Generator'
00009                                                            ,'LHEInterface'
00010                                                            )
00011     
00012 
00013     process.MessageLogger.cerr.INFO = cms.untracked.PSet(limit = cms.untracked.int32(-1))
00014     process.MessageLogger.cerr.Generator = cms.untracked.PSet(limit = cms.untracked.int32(0))
00015     process.MessageLogger.cerr.LHEInterface = cms.untracked.PSet(limit = cms.untracked.int32(10000))
00016     process.MessageLogger.cerr.FwkReport.reportEvery = cms.untracked.int32(10000)
00017 
00018     #Add these 3 lines to put back the summary for timing information at the end of the logfile
00019     #(needed for TimeReport report)
00020     process.options = cms.untracked.PSet(
00021         wantSummary = cms.untracked.bool(True)
00022         )
00023 
00024         
00025     return(process)