#include <dqm_core/Algorithm.h>
#include <dqm_core/AlgorithmConfig.h>
#include <dqm_core/Result.h>
#include <TObject.h>
#include <map>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| ERS_DECLARE_ISSUE_BASE (afp, CantReadCool, dqm_core::Exception, "Cannot read folder '"<< folder<< "' from COOL database '"<< database<< "'", ERS_EMPTY,((std::string) database)((std::string) folder)) |
|
◆ ERS_DECLARE_ISSUE_BASE()
ERS_DECLARE_ISSUE_BASE |
( |
afp |
, |
|
|
CantReadCool |
, |
|
|
dqm_core::Exception |
, |
|
|
"Cannot read folder '"<< folder<< "' from COOL database '"<< database<< "'" |
, |
|
|
ERS_EMPTY |
, |
|
|
((std::string) database)((std::string) folder) |
|
|
) |
| |