ant
A2 ant: class-based analysis framework
ant::TDAQError Struct Reference

#include <TTrigger.h>

+ Collaboration diagram for ant::TDAQError:

Public Member Functions

 TDAQError (index_t id, index_t index, int error_code, const std::string &modname="")
 
 TDAQError ()=default
 
template<class Archive >
void serialize (Archive &archive)
 

Public Attributes

index_t ModuleID
 
index_t ModuleIndex
 
int ErrorCode
 
std::string ModuleName
 

Friends

std::ostream & operator<< (std::ostream &s, const TDAQError &o)
 

Constructor & Destructor Documentation

◆ TDAQError() [1/2]

ant::TDAQError::TDAQError ( index_t  id,
index_t  index,
int  error_code,
const std::string &  modname = "" 
)
inline

◆ TDAQError() [2/2]

ant::TDAQError::TDAQError ( )
default

Member Function Documentation

◆ serialize()

template<class Archive >
void ant::TDAQError::serialize ( Archive &  archive)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  s,
const TDAQError o 
)
friend

Member Data Documentation

◆ ErrorCode

int ant::TDAQError::ErrorCode

◆ ModuleID

index_t ant::TDAQError::ModuleID

◆ ModuleIndex

index_t ant::TDAQError::ModuleIndex

◆ ModuleName

std::string ant::TDAQError::ModuleName

The documentation for this struct was generated from the following file: