Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 MEtoEDMConvertSiStrip = cms.EDProducer("MEtoEDMConverter",
00006 Name = cms.untracked.string('MEtoEDMConverter'),
00007 Verbosity = cms.untracked.int32(0),
00008
00009
00010 Frequency = cms.untracked.int32(50),
00011 MEPathToSave = cms.untracked.string('AlCaReco/SiStrip'),
00012 deleteAfterCopy = cms.untracked.bool(False)
00013 )
00014
00015 seqALCARECOSiStripPCLHistos = cms.Sequence(MEtoEDMConvertSiStrip)