#include "Rivet/Rivet.hh"
#include "Rivet/RivetAIDA.fhh"
#include "LWH/AIAnalysisFactory.h"
#include "LWH/AIHistogramFactory.h"
#include "LWH/AIHistogram1D.h"
#include "LWH/AIProfile1D.h"
#include "LWH/AITreeFactory.h"
#include "LWH/AIDataPointSetFactory.h"
#include "LWH/AIDataPointSet.h"
#include "LWH/AIDataPoint.h"
#include "LWH/AIMeasurement.h"
#include "LWH/AITree.h"
#include "LWH/AIAxis.h"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Functions | |
AIDA::IAnalysisFactory * | createAnalysisFactory () |
Get an AIDA system (LWH impl.). | |
const map< string, BinEdges > | getBinEdges (string papername) |
const map< string, BinEdges > | getBinEdges (const map< string, vector< DPSXPoint > > &xpoints) |
const map< string, vector < DPSXPoint > > | getDPSXValsErrs (string papername) |
const string | getDataPath (string papername) |
Get the file system path to the AIDA reference file for this paper. | |
void | normalize (AIDA::IHistogram1D *histo, const double norm=1.0) |
Normalize the histogram to norm . | |
double | integral (AIDA::IHistogram1D *histo) |
Return the integral over the histogram bins assuming it has been. |