CMS 3D CMS Logo

patRefSel_basics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 options = cms.untracked.PSet(
5  wantSummary = cms.untracked.bool( False )
6 , allowUnscheduled = cms.untracked.bool( True )
7 )
8