CMS 3D CMS Logo

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

Variables

tuple castorDigis
 

Variable Documentation

tuple CastorRawToDigi_cfi.castorDigis
Initial value:
1 = cms.EDProducer("CastorRawToDigi",
2  # Optional filter to remove any digi with "data valid" off, "error" on,
3  # or capids not rotating
4  FilterDataQuality = cms.bool(True),
5  # Number of the first CASTOR FED. If this is not specified, the
6  # default from FEDNumbering is used.
7  CastorFirstFED = cms.int32(690),
8  # FED numbers to unpack. If this is not specified, all FEDs from
9  # FEDNumbering will be unpacked.
10  FEDs = cms.untracked.vint32( 690, 691, 692 ),
11  # Do not complain about missing FEDs
12  ExceptionEmptyData = cms.untracked.bool(False),
13  # Do not complain about missing FEDs
14  ComplainEmptyData = cms.untracked.bool(False),
15  # At most ten samples can be put into a digi, if there are more
16  # than ten, firstSample and lastSample select which samples
17  # will be copied to the digi
18  firstSample = cms.int32(0),
19  lastSample = cms.int32(9),
20  # castor technical trigger processor
21  UnpackTTP = cms.bool(True),
22  # report errors
23  silent = cms.untracked.bool(False),
24  #
25  InputLabel = cms.InputTag("rawDataCollector"),
26  CastorCtdc = cms.bool(False),
27  UseNominalOrbitMessageTime = cms.bool(True),
28  ExpectedOrbitMessageTime = cms.int32(-1)
29 )

Definition at line 4 of file CastorRawToDigi_cfi.py.