![]() |
|
|||
File indexing completed on 2024-04-06 12:00:05
0001 import FWCore.ParameterSet.Config as cms 0002 0003 ecalPnGraphs = cms.EDAnalyzer("EcalPnGraphs", 0004 # requested EBs 0005 requestedEbs = cms.untracked.vstring('none'), 0006 # length of the line centered on listPns containing the Pns you want to see 0007 # needs to be an odd number 0008 numPn = cms.untracked.int32(9), 0009 fileName = cms.untracked.string('test.root'), 0010 digiProducer = cms.string('ecalEBunpacker'), 0011 # requested FEDs 0012 requestedFeds = cms.untracked.vint32(-1), 0013 # list of Pns to be graphed around 0014 listPns = cms.untracked.vint32(5) 0015 ) 0016 0017
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |