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

ensure bx width of only 12 bits is applied when shifting to avoid UBSAN warning.

5 лет назад
FEDNumbering.cc

include MAXFEDID in FED-ID loops

4 года назад
FEDRawData.cc

Modernize FEDRawData classes

3 месяца назад
FEDRawDataCollection.cc

Modernize FEDRawData classes

3 месяца назад
FEDTrailer.cc

Clang-Format

7 лет назад
RawDataBuffer.cc

Added missing includes

10 месяцев назад
classes.h

- 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

год назад
classes_def.xml

Move stored types in io_v1 namespace, reset class versions to 3

3 месяца назад
fed_header.h

Clang-Format

7 лет назад
fed_trailer.h

Clang-Format

7 лет назад