CMS 3D CMS Logo

Variables

CastorRawToDigi_tb_cfi Namespace Reference

Variables

tuple castorDigis

Variable Documentation

Initial value:
00001 cms.EDProducer("CastorRawToDigi",
00002     # Optional filter to remove any digi with "data valid" off, "error" on, 
00003     # or capids not rotating
00004     FilterDataQuality = cms.bool(True),
00005     # Number of the first CASTOR FED.  If this is not specified, the
00006     # default from FEDNumbering is used.
00007     CastorFirstFED = cms.untracked.int32(21),
00008     # FED numbers to unpack.  If this is not specified, all FEDs from
00009     # FEDNumbering will be unpacked.
00010     FEDs = cms.untracked.vint32( 21 ),
00011     # Do not complain about missing FEDs
00012     ExceptionEmptyData = cms.untracked.bool(False),
00013     # Do not complain about missing FEDs
00014     ComplainEmptyData = cms.untracked.bool(False),
00015     # At most ten samples can be put into a digi, if there are more
00016     # than ten, firstSample and lastSample select which samples
00017     # will be copied to the digi
00018     firstSample = cms.int32(0),
00019     lastSample = cms.int32(9),
00020     #
00021     InputLabel = cms.InputTag("source")
00022 )

Definition at line 7 of file CastorRawToDigi_tb_cfi.py.