Analysis Software
Documentation for sPHENIX simulation software
|
#include <cstdint>
#include <cassert>
Go to the source code of this file.
Classes | |
struct | mvtx_utils::RdhExt_t |
Namespaces | |
namespace | mvtx_utils |
Macros | |
#define | clean_errno() (errno == 0 ? "None" : strerror(errno)) |
#define | log_error std::cerr << "[ERROR] (" << __FILE__ << ":" << __LINE__ << ":errno: " << clean_errno() |
Functions | |
template<typename A , typename B > | |
bool | mvtx_utils::comp (A a, B b) |
Variables | |
constexpr uint8_t | mvtx_utils::FLXWordLength = 32 |
#define clean_errno | ( | ) | (errno == 0 ? "None" : strerror(errno)) |
Definition at line 13 of file mvtx_utils.h.
View newest version in sPHENIX GitHub at line 13 of file mvtx_utils.h
#define log_error std::cerr << "[ERROR] (" << __FILE__ << ":" << __LINE__ << ":errno: " << clean_errno() |
Definition at line 14 of file mvtx_utils.h.
View newest version in sPHENIX GitHub at line 14 of file mvtx_utils.h
Referenced by mvtx::GBTLink::collectROFCableData(), mvtx::GBTLink::decode_lane(), oncsSub_idmvtxv3::iValue(), oncsSub_idmvtxv3::lValue(), and oncsSub_idmvtxv3::setupLinks().