![]() |
ATLAS Offline Software
|
#include <iostream>#include <sstream>#include <map>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | L1Topo |
Enumerations | |
| enum class | L1Topo::Error { L1Topo::ROB_ERROR =0 , L1Topo::ROD_ERROR , L1Topo::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. | |
| std::ostream & | L1Topo::operator<< (std::ostream &, const std::vector< Error > &) |
| Helper to print vectors of errors. | |
Variables | |
| static const std::map< Error, std::string > | L1Topo::errorText |
| Define the text to print for each error type above - bad design to put it in the header file? | |