CMS 3D CMS Logo

ecalPedHists_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalPedHists = cms.EDFilter("EcalPedHists",
00004     # sepecify list of samples to use
00005     listSamples = cms.untracked.vint32(1, 2, 3),
00006     EEdigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"),
00007     EBdigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
00008     # selection on EB+- numbering
00009     listEBs = cms.untracked.vstring(),
00010     # specify list of channels to be dumped
00011     # outputs all channels if not specified
00012     listChannels = cms.untracked.vint32(1, 2, 3, 4, 5, 
00013         6, 7, 8, 9, 10),
00014     fileName = cms.untracked.string('ecalPedHists'),
00015     # selection on FED number (601...654); -1 selects all 
00016     listFEDs = cms.untracked.vint32(-1),
00017     headerProducer = cms.InputTag("ecalEBunpacker")
00018 )
00019 
00020 

Generated on Tue Jun 9 17:25:54 2009 for CMSSW by  doxygen 1.5.4