#include "TROOT.h"
#include "TSystem.h"
#include "TGlobal.h"
#include "TFunction.h"
#include <fairlogger/Logger.h>
#include <string>
Go to the source code of this file.
|
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::conf |
| |
|
| template<typename T > |
| T | o2::conf::GetFromMacro (const std::string &file, const std::string &funcname, const std::string &type, const std::string &unique) |
| |
| template<typename T > |
| T | o2::conf::JITAndEvalFunction (const std::string &functiondecl, const std::string &funcname, const std::string &type, const std::string &unique) |
| |