1 import FWCore.ParameterSet.Config
as cms
5 process.fwliteInput = cms.PSet(
6 fileNames = cms.vstring([
'file:patTuple.root']),
7 maxEvents = cms.int32(-1),
8 outputEvery = cms.uint32(10)
11 process.fwliteOutput = cms.PSet(
12 fileName = cms.string(
'analyzePatBasics_fwlite.root')
15 process.muonAnalyzer = cms.PSet(
16 muons = cms.InputTag(
'cleanPatMuons')