Variables | |
tuple | printContent |
00001 cms.EDAnalyzer("EventContentAnalyzer", 00002 #should we print data? (sets to 'true' if verboseForModuleLabels has entries) 00003 verbose = cms.untracked.bool(False), 00004 #how much to indent when printing verbosely 00005 verboseIndentation = cms.untracked.string(' '), 00006 #string used at the beginning of all output of this module 00007 indentation = cms.untracked.string('++'), 00008 #data from which modules to print (all if empty) 00009 verboseForModuleLabels = cms.untracked.vstring(), 00010 # which data from which module should we get without printing 00011 getDataForModuleLabels = cms.untracked.vstring(), 00012 #should we get data? (sets to 'true' if getDataFormModuleLabels has entries) 00013 getData = cms.untracked.bool(False) 00014 )
Definition at line 4 of file printContent_cfi.py.