CMS 3D CMS Logo

ecalPnGraphs_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalPnGraphs = cms.EDFilter("EcalPnGraphs",
00004     # requested EBs 
00005     requestedEbs = cms.untracked.vstring('none'),
00006     # length of the line centered on listPns containing the Pns you want to see
00007     # needs to be an odd number
00008     numPn = cms.untracked.int32(9),
00009     fileName = cms.untracked.string('test.root'),
00010     digiProducer = cms.string('ecalEBunpacker'),
00011     # requested FEDs
00012     requestedFeds = cms.untracked.vint32(-1),
00013     # list of Pns to be graphed around
00014     listPns = cms.untracked.vint32(5)
00015 )
00016 
00017 

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