CMS 3D CMS Logo

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

Variables

tuple castorDigis
 

Variable Documentation

tuple CastorRawToDigi_tb_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.untracked.int32(21),
8  # FED numbers to unpack. If this is not specified, all FEDs from
9  # FEDNumbering will be unpacked.
10  FEDs = cms.untracked.vint32( 21 ),
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  #
21  InputLabel = cms.InputTag("rawDataCollector")
22 )

Definition at line 7 of file CastorRawToDigi_tb_cfi.py.