ATLAS Offline Software
Loading...
Searching...
No Matches
LArLATOMEHeader.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
7//Constructor
10
11LArLATOMEHeader::LArLATOMEHeader(const uint32_t id, const uint32_t latomeid, const uint16_t nchan, const uint16_t bcid, const uint32_t l1id, const uint32_t ROBFragSize, const uint32_t fwversion):m_sourceId(id),m_latomeId(latomeid),m_nChannels(nchan),m_BCId(bcid),m_l1Id(l1id),m_ROBFragSize(ROBFragSize),m_LATOMEFWVersion(fwversion) {
12}
uint32_t m_l1Id
extended LVL1 Id
uint32_t m_LATOMEFWVersion
FW version.
uint32_t ROBFragSize() const
get the ROB frag size
uint32_t m_sourceId
LATOME sourceId.
uint32_t m_ROBFragSize
ROB frag size.
uint16_t m_BCId
LATOME BCId from TTC.
uint16_t m_nChannels
LATOME channels.
LArLATOMEHeader(const uint32_t lid)
Constructor with Id.
uint32_t m_latomeId
LATOME Id.