#include <iostream>
#include <cstdint>
#include <utility>
Go to the source code of this file.
|
| 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
|
| 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
|
| std::ostream & | L1Topo::operator<< (std::ostream &, const Header &) |
| | Helper for printing.
|