Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 process = cms.PSet()
00004
00005 process.fwliteInput = cms.PSet(
00006 fileNames = cms.vstring(['file:patTuple.root']),
00007 maxEvents = cms.int32(-1),
00008 outputEvery = cms.uint32(10)
00009 )
00010
00011 process.fwliteOutput = cms.PSet(
00012 fileName = cms.string('analyzePatBasics_fwlite.root')
00013 )
00014
00015 process.muonAnalyzer = cms.PSet(
00016 muons = cms.InputTag('cleanPatMuons')
00017 )
00018