CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
ecalPedHists_cfi Namespace Reference

Variables

tuple ecalPedHists
 

Variable Documentation

tuple ecalPedHists_cfi.ecalPedHists
Initial value:
1 = cms.EDAnalyzer("EcalPedHists",
2  # sepecify list of samples to use
3  listSamples = cms.untracked.vint32(1, 2, 3),
4  EEdigiCollection = cms.InputTag("ecalEBunpacker","eeDigis"),
5  EBdigiCollection = cms.InputTag("ecalEBunpacker","ebDigis"),
6  # selection on EB+- numbering
7  listEBs = cms.untracked.vstring(),
8  # specify list of channels to be dumped
9  # outputs all channels if not specified
10  listChannels = cms.untracked.vint32(1, 2, 3, 4, 5,
11  6, 7, 8, 9, 10),
12  fileName = cms.untracked.string('ecalPedHists'),
13  # selection on FED number (601...654); -1 selects all
14  listFEDs = cms.untracked.vint32(-1),
15  headerProducer = cms.InputTag("ecalEBunpacker")
16 )

Definition at line 3 of file ecalPedHists_cfi.py.