#include "Rivet/Config/RivetCommon.hh"
#include "Rivet/AnalysisInfo.hh"
#include "Rivet/Tools/RivetPaths.hh"
#include "Rivet/Tools/Utils.hh"
#include "Rivet/Tools/Logging.hh"
#include "yaml-cpp/yaml.h"
#include <iostream>
#include <fstream>
#include <unistd.h>
Go to the source code of this file.
Namespaces |
namespace | Rivet |
Defines |
#define | THROW_INFOERR(KEY) throw InfoError("Problem in info parsing while accessing key " + string(KEY) + " in file " + datapath) |
Functions |
std::string | toString (const AnalysisInfo &ai) |
| String representation.
|
Define Documentation
#define THROW_INFOERR |
( |
|
KEY | ) |
throw InfoError("Problem in info parsing while accessing key " + string(KEY) + " in file " + datapath) |