CMS 3D CMS Logo

patRefSel_inputModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 source = cms.Source(
4  "PoolSource"
5 , fileNames = cms.untracked.vstring()
6 , skipBadFiles = cms.untracked.bool( True )
7 )
8 # maximum number of events
9 maxEvents = cms.untracked.PSet(
10  input = cms.untracked.int32( -1 )
11 )