CMS 3D CMS Logo

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

Variables

tuple ecalPnGraphs
 

Variable Documentation

tuple ecalPnGraphs_cfi.ecalPnGraphs
Initial value:
1 = cms.EDAnalyzer("EcalPnGraphs",
2  # requested EBs
3  requestedEbs = cms.untracked.vstring('none'),
4  # length of the line centered on listPns containing the Pns you want to see
5  # needs to be an odd number
6  numPn = cms.untracked.int32(9),
7  fileName = cms.untracked.string('test.root'),
8  digiProducer = cms.string('ecalEBunpacker'),
9  # requested FEDs
10  requestedFeds = cms.untracked.vint32(-1),
11  # list of Pns to be graphed around
12  listPns = cms.untracked.vint32(5)
13 )

Definition at line 3 of file ecalPnGraphs_cfi.py.