CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CaloOnlineTools/EcalTools/python/ecalPnGraphs_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalPnGraphs = cms.EDAnalyzer("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