Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-06-13 03:23:17

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from .EventContentAnalyzer import EventContentAnalyzer
0004 
0005 printContent = EventContentAnalyzer(
0006   indentation = '++',
0007   verbose = False,
0008   verboseIndentation = '  ',
0009   verboseForModuleLabels = [],
0010   getData = False,
0011   getDataForModuleLabels = [],
0012   listContent = True,
0013   listProvenance = False,
0014   listPathStatus = False
0015 )