1 #ifndef __DECO_ERROR_H__
2 #define __DECO_ERROR_H__
28 static const int N_ROC = 33;
32 bool m_flush_has_error;
42 void SetID(
const int run_id,
const int spill_id);
50 void PrintData(std::ostream& os=std::cout);
53 void UpdateDbInfo(
DbSvc* db);
54 void UpdateDbTdc (
DbSvc* db);
57 #endif // __DECO_ERROR_H__
void PrintData(std::ostream &os=std::cout)
void SetID(const int run_id, const int spill_id)
void AddTdcError(const int event, const int roc, const TdcError_t type)
void SetFlushError(const bool val)