CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripSpyDisplay_cfi.py
Go to the documentation of this file.
2 
3 SiStripSpyDisplay = cms.EDAnalyzer(
4  'SiStripSpyDisplayModule',
5  # Vector detIDs to examine
6  detIDs = cms.vuint32( 369120277, 369120278 ),
7  #
8  # Spy Channel (raw) digi sources (change in your config)
9  #========================================================
10  # --- Source of (Spy) Scope Mode Raw Digis
11  InputScopeModeRawDigiLabel = cms.InputTag("", ""),
12  # --- Source of Virgin Raw digis
13  InputPayloadRawDigiLabel = cms.InputTag("", ""),
14  # --- Source of Processed Raw digis
15  InputReorderedPayloadRawDigiLabel = cms.InputTag("", ""),
16  # --- Source of Processed Raw digis
17  InputReorderedModuleRawDigiLabel = cms.InputTag("", ""),
18  # --- Source of Pedestals and Post-Pedestal digis
19  InputPedestalsLabel = cms.InputTag("", ""),
20  InputNoisesLabel = cms.InputTag("", ""),
21  InputPostPedestalRawDigiLabel = cms.InputTag("", ""),
22  # --- Source of Post-Common Mode digis
23  InputPostCMRawDigiLabel = cms.InputTag("", ""),
24  # --- Source of zero-suppressed raw digis
25  InputZeroSuppressedRawDigiLabel = cms.InputTag("", ""),
26  # --- Source of Zero-suppressed digis
27  InputZeroSuppressedDigiLabel = cms.InputTag("", ""),
28  # --- Mainline data for comparison
29  InputCompVirginRawDigiLabel = cms.InputTag("", ""),
30  InputCompZeroSuppressedDigiLabel = cms.InputTag("", ""),
31  #
32  # --- Folder name for TFileService output
33  OutputFolderName = cms.string("DEFAULT_OUTPUTNAME"),
34  #
35  )