Skip to content

Commit

Permalink
Merge pull request #24294 from barvic/csc_binary_examiner_mask_change
Browse files Browse the repository at this point in the history
Changed CSC binary examiner mask to enable ALCT CRC checks - CMSSW_10_2_X
  • Loading branch information
cmsbuild committed Aug 31, 2018
2 parents 6fcfab7 + c0e774b commit 63fe485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFilter/CSCRawToDigi/python/cscUnpacker_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Use CSC examiner to check for corrupt or semi-corrupt data & avoid unpacker crashes
muonCSCDigis.UseExaminer = cms.bool(True)
# This mask is needed by the examiner
muonCSCDigis.ExaminerMask = cms.uint32(0x1FEBF3F6)
muonCSCDigis.ExaminerMask = cms.uint32(0x1FEBF7F6)
# Use Examiner to unpack good chambers and skip only bad ones
muonCSCDigis.UseSelectiveUnpacking = cms.bool(True)
# This mask simply reduces error reporting
Expand Down

0 comments on commit 63fe485

Please sign in to comment.