rivet is hosted by Hepforge, IPPP Durham
AnalysisInfo.cc File Reference
#include "Rivet/Config/RivetCommon.hh"
#include "Rivet/AnalysisInfo.hh"
#include "Rivet/Tools/RivetBoost.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>
Include dependency graph for AnalysisInfo.cc:

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)

Referenced by AnalysisInfo::make().