Variables | |
tuple | EcalPnGraphs |
00001 cms.EDAnalyzer("EcalPnGraphs", 00002 # requested EBs 00003 requestedEbs = cms.untracked.vstring('none'), 00004 # length of the line centered on listPns containing the Pns you want to see 00005 # needs to be an odd number 00006 numPn = cms.untracked.int32(9), 00007 fileName = cms.untracked.string('test.root'), 00008 digiProducer = cms.string('ecalEBunpacker'), 00009 # requested FEDs 00010 requestedFeds = cms.untracked.vint32(-1), 00011 # list of Pns to be graphed around 00012 listPns = cms.untracked.vint32(5) 00013 )
Definition at line 3 of file ecalPnGraphs_cfi.py.