ThePEG 2.3.0
|
User level interface for factory classes of Histograms (binned, unbinned, and profile). More...
#include <HistogramFactory.h>
Public Member Functions | |
HistogramFactory (Tree &t) | |
Standard constructor. | |
virtual | ~HistogramFactory () |
Destructor. | |
bool | destroy (IBaseHistogram *hist) |
Destroy an IBaseHistogram object. | |
ICloud1D * | createCloud1D (const std::string &, const std::string &, int=-1, const std::string &="") |
LWH cannot create a ICloud1D, an unbinned 1-dimensional histogram. | |
ICloud1D * | createCloud1D (const std::string &) |
LWH cannot create a ICloud1D, an unbinned 1-dimensional histogram. | |
ICloud1D * | createCopy (const std::string &, const ICloud1D &) |
LWH cannot create a copy of an ICloud1D. | |
ICloud2D * | createCloud2D (const std::string &, const std::string &, int=-1, const std::string &="") |
LWH cannot create a ICloud2D, an unbinned 2-dimensional histogram. | |
ICloud2D * | createCloud2D (const std::string &) |
LWH cannot create a ICloud2D, an unbinned 2-dimensional histogram. | |
ICloud2D * | createCopy (const std::string &, const ICloud2D &) |
LWH cannot create a copy of an ICloud2D. | |
ICloud3D * | createCloud3D (const std::string &, const std::string &, int=-1, const std::string &="") |
LWH cannot create a ICloud3D, an unbinned 3-dimensional histogram. | |
ICloud3D * | createCloud3D (const std::string &) |
LWH cannot create a ICloud3D, an unbinned 3-dimensional histogram. | |
ICloud3D * | createCopy (const std::string &, const ICloud3D &) |
LWH cannot create a copy of an ICloud3D. | |
IHistogram1D * | createHistogram1D (const std::string &path, const std::string &title, int nBins, double lowerEdge, double upperEdge, const std::string &="") |
Create a IHistogram1D. | |
IHistogram1D * | createHistogram1D (const std::string &pathAndTitle, int nBins, double lowerEdge, double upperEdge) |
Create a IHistogram1D. | |
IHistogram1D * | createHistogram1D (const std::string &path, const std::string &title, const std::vector< double > &binEdges, const std::string &="") |
Create a IHistogram1D. | |
IHistogram1D * | createCopy (const std::string &path, const IHistogram1D &hist) |
Create a copy of an IHistogram1D. | |
IHistogram2D * | createHistogram2D (const std::string &path, const std::string &title, int nx, double xlo, double xup, int ny, double ylo, double yup, const std::string &="") |
Create a IHistogram2D. | |
IHistogram2D * | createHistogram2D (const std::string &pathAndTitle, int nx, double xlo, double xup, int ny, double ylo, double yup) |
Create a IHistogram2D. | |
IHistogram2D * | createHistogram2D (const std::string &path, const std::string &title, const std::vector< double > &xedges, const std::vector< double > &yedges, const std::string &="") |
Create a IHistogram2D. | |
IHistogram2D * | createCopy (const std::string &path, const IHistogram2D &hist) |
Create a copy of an IHistogram2D. | |
IHistogram3D * | createHistogram3D (const std::string &, const std::string &, int, double, double, int, double, double, int, double, double, const std::string &="") |
LWH cannot create a IHistogram3D. | |
IHistogram3D * | createHistogram3D (const std::string &, int, double, double, int, double, double, int, double, double) |
LWH cannot create a IHistogram3D. | |
IHistogram3D * | createHistogram3D (const std::string &, const std::string &, const std::vector< double > &, const std::vector< double > &, const std::vector< double > &, const std::string &="") |
LWH cannot create a IHistogram3D. | |
IHistogram3D * | createCopy (const std::string &, const IHistogram3D &) |
LWH cannot create a copy of an IHistogram3D. | |
IProfile1D * | createProfile1D (const std::string &, const std::string &, int, double, double, const std::string &="") |
LWH cannot create a IProfile1D. | |
IProfile1D * | createProfile1D (const std::string &, const std::string &, int, double, double, double, double, const std::string &="") |
LWH cannot create a IProfile1D. | |
IProfile1D * | createProfile1D (const std::string &, const std::string &, const std::vector< double > &, const std::string &="") |
LWH cannot create a IProfile1D. | |
IProfile1D * | createProfile1D (const std::string &, const std::string &, const std::vector< double > &, double, double, const std::string &="") |
LWH cannot create a IProfile1D. | |
IProfile1D * | createProfile1D (const std::string &, int, double, double) |
LWH cannot create a IProfile1D. | |
IProfile1D * | createProfile1D (const std::string &, int, double, double, double, double) |
LWH cannot create a IProfile1D. | |
IProfile1D * | createCopy (const std::string &, const IProfile1D &) |
LWH cannot create a copy of an IProfile1D. | |
IProfile2D * | createProfile2D (const std::string &, const std::string &, int, double, double, int, double, double, const std::string &="") |
LWH cannot create a IProfile2D. | |
IProfile2D * | createProfile2D (const std::string &, const std::string &, int, double, double, int, double, double, double, double, const std::string &="") |
LWH cannot create a IProfile2D. | |
IProfile2D * | createProfile2D (const std::string &, const std::string &, const std::vector< double > &, const std::vector< double > &, const std::string &="") |
LWH cannot create a IProfile2D. | |
IProfile2D * | createProfile2D (const std::string &, const std::string &, const std::vector< double > &, const std::vector< double > &, double, double, const std::string &="") |
LWH cannot create a IProfile2D. | |
IProfile2D * | createProfile2D (const std::string &, int, double, double, int, double, double) |
LWH cannot create a IProfile2D. | |
IProfile2D * | createProfile2D (const std::string &, int, double, double, int, double, double, double, double) |
LWH cannot create a IProfile2D. | |
IProfile2D * | createCopy (const std::string &, const IProfile2D &) |
LWH cannot create a copy of an IProfile2D. | |
Histogram1D * | add (const std::string &path, const Histogram1D &hist1, const Histogram1D &hist2) |
Create a Histogram1D by adding two Histogram1D. | |
IHistogram1D * | add (const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) |
Create an IHistogram1D by adding two IHistogram1D. | |
Histogram1D * | subtract (const std::string &path, const Histogram1D &h1, const Histogram1D &h2) |
Create a Histogram1D by subtracting two Histogram1D. | |
IHistogram1D * | subtract (const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) |
Create an IHistogram1D by subtracting two IHistogram1D. | |
Histogram1D * | multiply (const std::string &path, const Histogram1D &h1, const Histogram1D &h2) |
Create a Histogram1D by multiplying two Histogram1D. | |
IHistogram1D * | multiply (const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) |
Create an IHistogram1D by multiplying two IHistogram1D. | |
Histogram1D * | divide (const std::string &path, const Histogram1D &h1, const Histogram1D &h2) |
Create n Histogram1D by dividing two Histogram1D. | |
IHistogram1D * | divide (const std::string &path, const IHistogram1D &hist1, const IHistogram1D &hist2) |
Create an IHistogram1D by dividing two IHistogram1D. | |
bool | _neq (double a, double b, double eps=1e-5) const |
bool | checkBins (const Histogram1D &h1, const Histogram1D &h2) const |
Check if two histograms have the same bins. | |
bool | checkBins (const Histogram2D &h1, const Histogram2D &h2) const |
Check if two histograms have the same bins. | |
IHistogram2D * | add (const std::string &path, const IHistogram2D &hist1, const IHistogram2D &hist2) |
LWH cannot create an IHistogram2D by adding two IHistogram2D. | |
Histogram2D * | add (const std::string &path, const Histogram2D &h1, const Histogram2D &h2) |
LWH cannot create an IHistogram2D by adding two IHistogram2D. | |
Histogram2D * | subtract (const std::string &path, const Histogram2D &h1, const Histogram2D &h2) |
LWH cannot create an IHistogram2D by subtracting two IHistogram2D. | |
IHistogram2D * | subtract (const std::string &path, const IHistogram2D &h1, const IHistogram2D &h2) |
LWH cannot create an IHistogram2D by subtracting two IHistogram2D. | |
IHistogram2D * | multiply (const std::string &path, const IHistogram2D &h1, const IHistogram2D &h2) |
LWH cannot create an IHistogram2D by multiplying two IHistogram2D. | |
Histogram2D * | multiply (const std::string &path, const Histogram2D &h1, const Histogram2D &h2) |
LWH cannot create an IHistogram2D by multiplying two IHistogram2D. | |
Histogram2D * | divide (const std::string &path, const Histogram2D &h1, const Histogram2D &h2) |
LWH cannot create an IHistogram2D by dividing two IHistogram2D. | |
IHistogram2D * | divide (const std::string &path, const IHistogram2D &h1, const IHistogram2D &h2) |
LWH cannot create an IHistogram2D by dividing two IHistogram2D. | |
IHistogram3D * | add (const std::string &, const IHistogram3D &, const IHistogram3D &) |
LWH cannot create an IHistogram3D by adding two IHistogram3D. | |
IHistogram3D * | subtract (const std::string &, const IHistogram3D &, const IHistogram3D &) |
LWH cannot create an IHistogram3D by subtracting two IHistogram3D. | |
IHistogram3D * | multiply (const std::string &, const IHistogram3D &, const IHistogram3D &) |
LWH cannot create an IHistogram3D by multiplying two IHistogram3D. | |
IHistogram3D * | divide (const std::string &, const IHistogram3D &, const IHistogram3D &) |
LWH cannot create an IHistogram3D by dividing two IHistogram3D. | |
IHistogram1D * | projectionX (const std::string &path, const IHistogram2D &h) |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its x axis. | |
Histogram1D * | projectionX (const std::string &path, const Histogram2D &h) |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its x axis. | |
IHistogram1D * | projectionY (const std::string &path, const IHistogram2D &h) |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its y axis. | |
Histogram1D * | projectionY (const std::string &path, const Histogram2D &h) |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its y axis. | |
IHistogram1D * | sliceX (const std::string &path, const IHistogram2D &h, int i) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis at a given bin. | |
Histogram1D * | sliceX (const std::string &path, const Histogram2D &h, int i) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis at a given bin. | |
IHistogram1D * | sliceY (const std::string &path, const IHistogram2D &h, int i) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis at a given bin. | |
Histogram1D * | sliceY (const std::string &path, const Histogram2D &h, int i) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis at a given bin. | |
IHistogram1D * | sliceX (const std::string &path, const IHistogram2D &h, int il, int iu) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis between two bins (inclusive). | |
Histogram1D * | sliceX (const std::string &path, const Histogram2D &h2, int il, int iu) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis between two bins (inclusive). | |
IHistogram1D * | sliceY (const std::string &path, const IHistogram2D &h, int il, int iu) |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis between two bins (inclusive). | |
Histogram1D * | sliceY (const std::string &path, const Histogram2D &h2, int il, int iu) |
IHistogram2D * | projectionXY (const std::string &, const IHistogram3D &) |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the x-y plane. | |
IHistogram2D * | projectionXZ (const std::string &, const IHistogram3D &) |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the x-z plane. | |
IHistogram2D * | projectionYZ (const std::string &, const IHistogram3D &) |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the y-z plane. | |
IHistogram2D * | sliceXY (const std::string &, const IHistogram3D &, int, int) |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the Z axis, between "index1" and "index2" (inclusive). | |
IHistogram2D * | sliceXZ (const std::string &, const IHistogram3D &, int, int) |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the Y axis, between "index1" and "index2" (inclusive). | |
IHistogram2D * | sliceYZ (const std::string &, const IHistogram3D &, int, int) |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the X axis, between "index1" and "index2" (inclusive). | |
Static Private Member Functions | |
template<typename T > | |
static T * | error (std::string feature) |
Throw a suitable error. | |
Private Attributes | |
Tree * | tree |
The tree where the actual histograms are stored. | |
User level interface for factory classes of Histograms (binned, unbinned, and profile).
The created objects are assumed to be managed by the tree which is associated to the factory. So far only one-dimensional histograms are implemented in LWH.
Definition at line 32 of file HistogramFactory.h.
|
inline |
Standard constructor.
Definition at line 39 of file HistogramFactory.h.
|
inlinevirtual |
Destructor.
Definition at line 45 of file HistogramFactory.h.
|
inline |
Definition at line 615 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram3D by adding two IHistogram3D.
Definition at line 795 of file HistogramFactory.h.
|
inline |
Create a Histogram1D by adding two Histogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist1 | The first member of the addition. |
hist2 | The second member of the addition. |
std::runtime_error | if histogram could not be created. |
Definition at line 456 of file HistogramFactory.h.
References LWH::Histogram1D::add(), checkBins(), LWH::Tree::insert(), LWH::Histogram1D::setTitle(), and tree.
Referenced by add().
|
inline |
LWH cannot create an IHistogram2D by adding two IHistogram2D.
Definition at line 673 of file HistogramFactory.h.
References LWH::Histogram2D::add(), checkBins(), LWH::Tree::insert(), LWH::Histogram2D::setTitle(), and tree.
|
inline |
Create an IHistogram1D by adding two IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist1 | The first member of the addition. |
hist2 | The second member of the addition. |
std::runtime_error | if histogram could not be created. |
Definition at line 477 of file HistogramFactory.h.
References add().
|
inline |
LWH cannot create an IHistogram2D by adding two IHistogram2D.
Definition at line 664 of file HistogramFactory.h.
References add().
|
inline |
Check if two histograms have the same bins.
Definition at line 625 of file HistogramFactory.h.
References LWH::Histogram1D::ax, and LWH::Histogram1D::fax.
Referenced by add(), divide(), multiply(), and subtract().
|
inline |
Check if two histograms have the same bins.
Definition at line 640 of file HistogramFactory.h.
References LWH::Histogram2D::xax, LWH::Histogram2D::xfax, LWH::Histogram2D::yax, and LWH::Histogram2D::yfax.
|
inline |
LWH cannot create a ICloud1D, an unbinned 1-dimensional histogram.
Definition at line 69 of file HistogramFactory.h.
|
inline |
LWH cannot create a ICloud1D, an unbinned 1-dimensional histogram.
Definition at line 61 of file HistogramFactory.h.
|
inline |
LWH cannot create a ICloud2D, an unbinned 2-dimensional histogram.
Definition at line 92 of file HistogramFactory.h.
|
inline |
LWH cannot create a ICloud2D, an unbinned 2-dimensional histogram.
Definition at line 83 of file HistogramFactory.h.
|
inline |
LWH cannot create a ICloud3D, an unbinned 3-dimensional histogram.
Definition at line 114 of file HistogramFactory.h.
|
inline |
LWH cannot create a ICloud3D, an unbinned 3-dimensional histogram.
Definition at line 106 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an ICloud1D.
Definition at line 76 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an ICloud2D.
Definition at line 99 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an ICloud3D.
Definition at line 121 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an IHistogram3D.
Definition at line 322 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an IProfile1D.
Definition at line 379 of file HistogramFactory.h.
|
inline |
LWH cannot create a copy of an IProfile2D.
Definition at line 441 of file HistogramFactory.h.
|
inline |
Create a copy of an IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist | The IHistogram1D to be copied. |
std::runtime_error | if histogram could not be created. |
Definition at line 214 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram1D::setTitle(), and tree.
|
inline |
Create a copy of an IHistogram2D.
Definition at line 278 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram2D::setTitle(), and tree.
|
inline |
Create a IHistogram1D.
path | The path of the created IHistogram. The path can either be a relative or full path. ("/folder1/folder2/dataName" and "../folder/dataName" are valid paths). All the directories in the path must exist. The characther / cannot be used in names; it is only used to delimit directories within paths. |
title | The title of the IHistogram1D. |
binEdges | The array of the bin edges for the x axis. |
Definition at line 189 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram1D::setTitle(), and tree.
|
inline |
Create a IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
title | The title of the IHistogram1D. |
nBins | The number of bins of the x axis. |
lowerEdge | The lower edge of the x axis. |
upperEdge | The upper edge of the x axis. |
std::runtime_error | if histogram could not be created. |
Definition at line 142 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram1D::setTitle(), and tree.
Referenced by createHistogram1D().
|
inline |
Create a IHistogram1D.
pathAndTitle | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
nBins | The number of bins of the x axis. |
lowerEdge | The lower edge of the x axis. |
upperEdge | The upper edge of the x axis. |
std::runtime_error | if histogram could not be created. |
Definition at line 169 of file HistogramFactory.h.
References createHistogram1D().
|
inline |
Create a IHistogram2D.
Definition at line 259 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram2D::setTitle(), and tree.
|
inline |
Create a IHistogram2D.
Definition at line 230 of file HistogramFactory.h.
References LWH::Tree::insert(), LWH::Histogram2D::setTitle(), and tree.
Referenced by createHistogram2D().
|
inline |
Create a IHistogram2D.
Definition at line 248 of file HistogramFactory.h.
References createHistogram2D().
|
inline |
LWH cannot create a IHistogram3D.
Definition at line 311 of file HistogramFactory.h.
|
inline |
LWH cannot create a IHistogram3D.
Definition at line 293 of file HistogramFactory.h.
|
inline |
LWH cannot create a IHistogram3D.
Definition at line 303 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 346 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 355 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 329 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 337 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 364 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile1D.
Definition at line 371 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 405 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 415 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 386 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 395 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 425 of file HistogramFactory.h.
|
inline |
LWH cannot create a IProfile2D.
Definition at line 433 of file HistogramFactory.h.
|
inline |
Destroy an IBaseHistogram object.
hist | The IBaseHistogram to be destroyed. |
Definition at line 52 of file HistogramFactory.h.
References LWH::Tree::findPath(), LWH::Tree::rm(), and tree.
|
inline |
LWH cannot create an IHistogram3D by dividing two IHistogram3D.
Definition at line 819 of file HistogramFactory.h.
|
inline |
Create n Histogram1D by dividing two Histogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
h1 | The first member of the division. |
h2 | The second member of the division. |
std::runtime_error | if histogram could not be created. |
Definition at line 578 of file HistogramFactory.h.
References LWH::Histogram1D::ax, checkBins(), LWH::Tree::insert(), LWH::Histogram1D::setTitle(), LWH::Histogram1D::sum, LWH::Histogram1D::sumw, LWH::Histogram1D::sumw2, and tree.
Referenced by divide().
|
inline |
LWH cannot create an IHistogram2D by dividing two IHistogram2D.
Definition at line 758 of file HistogramFactory.h.
References checkBins(), LWH::Tree::insert(), LWH::Histogram2D::setTitle(), LWH::Histogram2D::sum, LWH::Histogram2D::sumw, LWH::Histogram2D::sumw2, tree, LWH::Histogram2D::xax, and LWH::Histogram2D::yax.
|
inline |
Create an IHistogram1D by dividing two IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist1 | The first member of the division. |
hist2 | The second member of the division. |
std::runtime_error | if histogram could not be created. |
Definition at line 609 of file HistogramFactory.h.
References divide().
|
inline |
LWH cannot create an IHistogram2D by dividing two IHistogram2D.
Definition at line 786 of file HistogramFactory.h.
References divide().
|
inlinestaticprivate |
Throw a suitable error.
Definition at line 1025 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram3D by multiplying two IHistogram3D.
Definition at line 811 of file HistogramFactory.h.
|
inline |
Create a Histogram1D by multiplying two Histogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
h1 | The first member of the multiplication. |
h2 | The second member of the multiplication. |
std::runtime_error | if histogram could not be created. |
Definition at line 536 of file HistogramFactory.h.
References LWH::Histogram1D::ax, checkBins(), LWH::Tree::insert(), LWH::Histogram1D::setTitle(), LWH::Histogram1D::sumw, LWH::Histogram1D::sumw2, and tree.
Referenced by multiply().
|
inline |
LWH cannot create an IHistogram2D by multiplying two IHistogram2D.
Definition at line 736 of file HistogramFactory.h.
References checkBins(), LWH::Tree::insert(), LWH::Histogram2D::setTitle(), LWH::Histogram2D::sum, LWH::Histogram2D::sumw, LWH::Histogram2D::sumw2, tree, LWH::Histogram2D::xax, and LWH::Histogram2D::yax.
|
inline |
Create an IHistogram1D by multiplying two IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist1 | The first member of the multiplication. |
hist2 | The second member of the multiplication. |
std::runtime_error | if histogram could not be created. |
Definition at line 561 of file HistogramFactory.h.
References multiply().
|
inline |
LWH cannot create an IHistogram2D by multiplying two IHistogram2D.
Definition at line 727 of file HistogramFactory.h.
References multiply().
|
inline |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its x axis.
Definition at line 836 of file HistogramFactory.h.
References sliceX(), and LWH::Histogram2D::yax.
|
inline |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its x axis.
Definition at line 828 of file HistogramFactory.h.
References projectionX().
Referenced by projectionX().
|
inline |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the x-y plane.
Definition at line 973 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the x-z plane.
Definition at line 981 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its y axis.
Definition at line 852 of file HistogramFactory.h.
References sliceY(), and LWH::Histogram2D::xax.
|
inline |
LWH cannot create an IHistogram1D by projecting an IHistogram2D along its y axis.
Definition at line 844 of file HistogramFactory.h.
References projectionY().
Referenced by projectionY().
|
inline |
LWH cannot create an IHistogram2D by projecting an IHistogram3D on the y-z plane.
Definition at line 989 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis at a given bin.
Definition at line 870 of file HistogramFactory.h.
References sliceX().
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis between two bins (inclusive).
Definition at line 905 of file HistogramFactory.h.
References LWH::Axis::bins(), LWH::Tree::insert(), LWH::Axis::lowerEdge(), LWH::Histogram1D::sum, LWH::Histogram2D::sum, LWH::Histogram1D::sumw, LWH::Histogram2D::sumw, LWH::Histogram1D::sumw2, LWH::Histogram2D::sumw2, LWH::Histogram1D::sumx2w, LWH::Histogram2D::sumx2w, LWH::Histogram1D::sumxw, LWH::Histogram2D::sumxw, tree, LWH::Axis::upperEdge(), LWH::Histogram2D::xax, and LWH::Histogram2D::xfax.
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis at a given bin.
Definition at line 861 of file HistogramFactory.h.
References sliceX().
Referenced by projectionX(), and sliceX().
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the y axis between two bins (inclusive).
Definition at line 896 of file HistogramFactory.h.
References sliceX().
|
inline |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the Z axis, between "index1" and "index2" (inclusive).
Definition at line 998 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the Y axis, between "index1" and "index2" (inclusive).
Definition at line 1007 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis at a given bin.
Definition at line 887 of file HistogramFactory.h.
References sliceY().
|
inline |
Definition at line 942 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis at a given bin.
Definition at line 879 of file HistogramFactory.h.
References sliceY().
Referenced by projectionY(), and sliceY().
|
inline |
LWH cannot create an IHistogram1D by slicing an IHistogram2D parallel to the x axis between two bins (inclusive).
Definition at line 937 of file HistogramFactory.h.
References sliceY().
|
inline |
LWH cannot create an IHistogram2D by slicing an IHistogram3D perpendicular to the X axis, between "index1" and "index2" (inclusive).
Definition at line 1016 of file HistogramFactory.h.
|
inline |
LWH cannot create an IHistogram3D by subtracting two IHistogram3D.
Definition at line 803 of file HistogramFactory.h.
|
inline |
Create a Histogram1D by subtracting two Histogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
h1 | The first member of the subtraction. |
h2 | The second member of the subtraction. |
std::runtime_error | if histogram could not be created. |
Definition at line 494 of file HistogramFactory.h.
References LWH::Histogram1D::ax, checkBins(), LWH::Tree::insert(), LWH::Histogram1D::setTitle(), LWH::Histogram1D::sum, LWH::Histogram1D::sumw, LWH::Histogram1D::sumw2, and tree.
Referenced by subtract().
|
inline |
LWH cannot create an IHistogram2D by subtracting two IHistogram2D.
Definition at line 689 of file HistogramFactory.h.
References checkBins(), LWH::Tree::insert(), LWH::Histogram2D::setTitle(), LWH::Histogram2D::sum, LWH::Histogram2D::sumw, LWH::Histogram2D::sumw2, LWH::Histogram2D::sumx2w, LWH::Histogram2D::sumxw, LWH::Histogram2D::sumy2w, LWH::Histogram2D::sumyw, tree, LWH::Histogram2D::xax, and LWH::Histogram2D::yax.
|
inline |
Create an IHistogram1D by subtracting two IHistogram1D.
path | The path of the created IHistogram. The path must be a full path. ("/folder1/folder2/dataName" is a valid path). The characther / cannot be used in names; it is only used to delimit directories within paths. |
hist1 | The first member of the subtraction. |
hist2 | The second member of the subtraction. |
std::runtime_error | if histogram could not be created. |
Definition at line 519 of file HistogramFactory.h.
References subtract().
|
inline |
LWH cannot create an IHistogram2D by subtracting two IHistogram2D.
Definition at line 718 of file HistogramFactory.h.
References subtract().
|
private |
The tree where the actual histograms are stored.
Definition at line 1030 of file HistogramFactory.h.
Referenced by add(), createCopy(), createHistogram1D(), createHistogram2D(), destroy(), divide(), multiply(), sliceX(), and subtract().