CMS 3D CMS Logo

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

Variables

tuple totemTimingRawToDigi
 

Variable Documentation

tuple totemTimingRawToDigi_cfi.totemTimingRawToDigi
Initial value:
1 = totemVFATRawToDigi.clone(
2  subSystem = cms.string('TotemTiming'),
3 
4  # IMPORTANT: leave empty to load the default configuration from
5  # DataFormats/FEDRawData/interface/FEDNumbering.h
6  fedIds = cms.vuint32(),
7 
8  RawToDigi = cms.PSet(
9  verbosity = cms.untracked.uint32(0),
10 
11  # disable all the checks
12  testFootprint = cms.uint32(0),
13  testCRC = cms.uint32(0),
14  testID = cms.uint32(0), # compare the ID from data and mapping
15  testECMostFrequent = cms.uint32(0), # compare frame's EC with the most frequent value in the event
16  testBCMostFrequent = cms.uint32(0), # compare frame's BC with the most frequent value in the event
17 
18  # if non-zero, prints a per-VFAT error summary at the end of the job
19  printErrorSummary = cms.untracked.uint32(0),
20 
21  # if non-zero, prints a summary of frames found in data, but not in the mapping
22  printUnknownFrameSummary = cms.untracked.uint32(0)
23  )
24 )

Definition at line 5 of file totemTimingRawToDigi_cfi.py.