ATLAS Offline Software
|
#include <iostream>
#include <sstream>
#include <map>
#include <vector>
Go to the source code of this file.
Namespaces | |
L1Topo | |
Enumerations | |
enum | L1Topo::Error { L1Topo::Error::ROB_ERROR =0, L1Topo::Error::ROD_ERROR, L1Topo::Error::SLINK_STATUS_ERROR } |
The different types of error that can be flagged in the L1TopoRDO. More... | |
Functions | |
std::ostream & | L1Topo::operator<< (std::ostream &, const Error) |
Helper to print errors as text rather than numbers. More... | |
std::ostream & | L1Topo::operator<< (std::ostream &, const std::vector< Error > &) |
Helper to print vectors of errors. More... | |