CMS 3D CMS Logo

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

Variables

tuple printContent
 

Variable Documentation

tuple printContent_cfi.printContent
Initial value:
1 = cms.EDAnalyzer("EventContentAnalyzer",
2  #should we print data? (sets to 'true' if verboseForModuleLabels has entries)
3  verbose = cms.untracked.bool(False),
4  #how much to indent when printing verbosely
5  verboseIndentation = cms.untracked.string(' '),
6  #string used at the beginning of all output of this module
7  indentation = cms.untracked.string('++'),
8  #data from which modules to print (all if empty)
9  verboseForModuleLabels = cms.untracked.vstring(),
10  # which data from which module should we get without printing
11  getDataForModuleLabels = cms.untracked.vstring(),
12  #should we get data? (sets to 'true' if getDataFormModuleLabels has entries)
13  getData = cms.untracked.bool(False)
14 )

Definition at line 4 of file printContent_cfi.py.