Skip to content

Commit 6dffcb5

Browse files
committed
extended list of FEDids
1 parent 657aa76 commit 6dffcb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EventFilter/CTPPSRawToDigi/python/ctppsDiamondRawToDigi_cfi.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
from EventFilter.CTPPSRawToDigi.totemVFATRawToDigi_cfi import totemVFATRawToDigi
99

10+
# For Run3 we use extended list of FedIDs
1011
ctppsDiamondRawToDigi = totemVFATRawToDigi.clone(
1112
subSystem = 'TimingDiamond',
12-
fedIds = [579, 581, 582, 583, 588, 589], #as declared in DataFormats/FEDRawData/interface/FEDNumbering.h
13+
fedIds = [579, 581, 582, 583, 588, 589],
1314
RawToDigi = dict(
1415
testCRC = 0, # no need to test CRC for diamond frames
1516
testECMostFrequent = 0, # show error in the DQM and then DAQ is sending resync, no need to test in the unpacker
1617
)
1718
)
1819

1920
# for Run 2 backward compatibility
20-
(ctpps_2016 | ctpps_2017 | ctpps_2018).toModify(ctppsDiamondRawToDigi, fedIds = [] )
21-
# Run 3 , year 2022
22-
ctpps_2022.toModify(ctppsDiamondRawToDigi, fedIds = [579, 581, 582, 583] )
21+
# empty list of fedIds means that the ids will be read from DataFormats/FEDRawData/interface/FEDNumbering.h
22+
(ctpps_2016 | ctpps_2017 | ctpps_2018).toModify(ctppsDiamondRawToDigi, fedIds = [] )

0 commit comments

Comments
 (0)