CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripPCLHistos_cff.py

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), # 0 provides no output
00008                                        # 1 provides basic output
00009                                        # 2 provide more detailed output
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)