Variables | |
tuple | ecalPedHists |
00001 cms.EDAnalyzer("ecalPedHists", 00002 # sepecify list of samples to use 00003 listSamples = cms.untracked.vint32(1, 2, 3), 00004 EEdigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"), 00005 EBdigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"), 00006 # selection on EB+- numbering 00007 listEBs = cms.untracked.vstring(), 00008 # specify list of channels to be dumped 00009 # outputs all channels if not specified 00010 listChannels = cms.untracked.vint32(1, 2, 3, 4, 5, 00011 6, 7, 8, 9, 10), 00012 fileName = cms.untracked.string('ecalPedHists'), 00013 # selection on FED number (601...654); -1 selects all 00014 listFEDs = cms.untracked.vint32(-1), 00015 headerProducer = cms.InputTag("ecalEBunpacker") 00016 )
Definition at line 3 of file ecalPedHists_cfi.py.