CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/EventFilter/EcalRawToDigi/python/EcalRawToRecHitRoI_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalRawToRecHitRoI = cms.EDProducer("EcalRawToRecHitRoI",
00004     JetJobPSet = cms.VPSet(),
00005     CandJobPSet = cms.VPSet(),
00006     sourceTag = cms.InputTag("EcalRawToRecHitFacility"),
00007     EmJobPSet = cms.VPSet(),
00008     type = cms.string('muon egamma jet candidate all'),
00009     MuonJobPSet = cms.PSet(
00010 
00011     ),
00012     doES = cms.bool(False),
00013     sourceTag_es = cms.InputTag(''),
00014     esInstance = cms.untracked.string('es')
00015 )
00016 
00017