/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
.../FEDRawData/test/
..
BuildFile.xml

Add utility to dump RAW data EDProduct

2 месяца назад
DumpFEDRawDataProduct.cc

update fed raw data dumper

год назад
DumpRawDataBuffer.cc

simplify

2 месяца назад
DumpRawDataBuffer_cfg.py

Add utility to dump RAW data EDProduct

2 месяца назад
FEDNumbering_t.cpp

Move DataFormats/FEDRawData tests to catch2

4 месяца назад
FEDRawDataProduct_t.cc

Move DataFormats/FEDRawData tests to catch2

4 месяца назад
FEDRawData_t.cpp

Move DataFormats/FEDRawData tests to catch2

4 месяца назад
RawDataBufferProduct_t.cc

Move DataFormats/FEDRawData tests to catch2

4 месяца назад
TestFEDRawDataCollectionFormat.sh

Fixes for recent raw data format test PR

2 года назад
TestRawDataBufferFormat.sh

- RawDataBuffer class for Phase-2 data. Due to 32-bit range for sourceIDs, linear vector for mapping all possible ranges would be too large, therefore this class uses std:map (supposed to be ROOT compatible). Also, it does one big allocation instead of multiple small ones, but total data size need to be known upfront (which will be the case in DAQ input source). std::vector<std::byte> is used to wrap this, but we could also just use standard C++ array allocation. - add interface and unit test - start from classdef = 2. Setting 1 reports strange error about mismatch with -1 - SLink definitions are moved to a header in DataFormats

год назад
TestReadFEDRawDataCollection.cc

Add unit test for FEDRawDataCollection format

3 года назад
TestReadRawDataBuffer.cc

RawDataBuffer documentation

2 месяца назад
TestWriteFEDRawDataCollection.cc

Add unit test for FEDRawDataCollection format

3 года назад
TestWriteRawDataBuffer.cc

code-format

год назад
create_FEDRawDataCollection_test_file_cfg.py

Add unit test for FEDRawDataCollection format

3 года назад
create_RawDataBuffer_test_file_cfg.py

- RawDataBuffer class for Phase-2 data. Due to 32-bit range for sourceIDs, linear vector for mapping all possible ranges would be too large, therefore this class uses std:map (supposed to be ROOT compatible). Also, it does one big allocation instead of multiple small ones, but total data size need to be known upfront (which will be the case in DAQ input source). std::vector<std::byte> is used to wrap this, but we could also just use standard C++ array allocation. - add interface and unit test - start from classdef = 2. Setting 1 reports strange error about mismatch with -1 - SLink definitions are moved to a header in DataFormats

год назад
test_readFEDRawDataCollection_cfg.py

Fixes for recent raw data format test PR

2 года назад
test_readRawDataBuffer_cfg.py

- RawDataBuffer class for Phase-2 data. Due to 32-bit range for sourceIDs, linear vector for mapping all possible ranges would be too large, therefore this class uses std:map (supposed to be ROOT compatible). Also, it does one big allocation instead of multiple small ones, but total data size need to be known upfront (which will be the case in DAQ input source). std::vector<std::byte> is used to wrap this, but we could also just use standard C++ array allocation. - add interface and unit test - start from classdef = 2. Setting 1 reports strange error about mismatch with -1 - SLink definitions are moved to a header in DataFormats

год назад