13 lines
218 B
C++
13 lines
218 B
C++
|
//Renata Kopecna
|
||
|
|
||
|
#ifndef GETMEANERROR_HH
|
||
|
#define GETMEANERROR_HH
|
||
|
|
||
|
#endif // GETMEANERROR_HH
|
||
|
|
||
|
#include <parse.hh>
|
||
|
#include <paths.hh>
|
||
|
#include <spdlog.h>
|
||
|
|
||
|
int loadAllFiles(std::string observable, basic_params params);
|