CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
processOptions_cff.py
Go to the documentation of this file.
2 
3 options = cms.untracked.PSet(
4  wantSummary = cms.untracked.bool(True),
5  fileMode = cms.untracked.string("FULLMERGE")
6  )