ATLAS Offline Software
|
#include <iostream>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Classes | |
class | L1Topo::Header |
Represents the L1Topo header word of the L1Topo DAQ data, with decoder and encoder. More... | |
Namespaces | |
L1Topo | |
Functions | |
int | L1Topo::signedBCN (const uint32_t sign, uint32_t offset) |
helper function to return a relative bunch crossing as a signed integer, given the sign bit and offset that are encoded in the header More... | |
std::pair< uint32_t, uint32_t > | L1Topo::signAndOffsetBCN (const int bcn) |
reverse helper function to return the sign and offset bits given a relative bunch crossing number More... | |
std::ostream & | L1Topo::operator<< (std::ostream &, const Header &) |
Helper for printing. More... | |