Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mvtx_utils.h File Reference
#include <cstdint>
#include <cassert>
+ Include dependency graph for mvtx_utils.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#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()