ATLAS Offline Software
Loading...
Searching...
No Matches
RODHeader.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace LVL1 {
8
9RODHeader::RODHeader(uint32_t version, uint32_t sourceId, uint32_t run,
10 uint32_t lvl1Id, uint32_t bcId, uint32_t trigType,
11 uint32_t detType, const std::vector<uint32_t>& statusWords,
12 uint32_t nData)
13 : m_version(version), m_sourceId(sourceId),
14 m_run(run), m_lvl1Id(lvl1Id), m_bcId(bcId),
15 m_trigType(trigType), m_detType(detType),
17{
18}
19
20
21} // end namespace
uint16_t bcId(uint32_t data)
const std::vector< uint32_t > & statusWords() const
RODHeader()=default
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition run.py:1