CMS 3D CMS Logo

custom_Options.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 def customise(process):
00004 
00005     process.options.wantSummary = cms.untracked.bool(True)
00006 
00007     return(process)

Generated on Tue Jun 9 17:37:39 2009 for CMSSW by  doxygen 1.5.4