11 #ifndef GAUDISVC_GAUDIPI_H 12 #define GAUDISVC_GAUDIPI_H 14 #include <AIDA/IHistogram1D.h> 15 #include <AIDA/IHistogram2D.h> 16 #include <AIDA/IHistogram3D.h> 17 #include <AIDA/IProfile1D.h> 18 #include <AIDA/IProfile2D.h> 33 double lowerEdge = 0.,
double upperEdge = 1. );
43 double imaxX,
int binsY,
double iminY,
double imaxY );
48 int firstbin,
int lastbin );
51 int firstbin,
int lastbin );
54 int firstbin,
int lastbin );
57 int firstbin,
int lastbin );
60 int firstbin,
int lastbin );
63 int firstbin,
int lastbin );
69 int nBinsY,
double ylow,
double yup,
int nBinsZ,
double zlow,
79 double ylow,
double yup,
const std::string& opt =
"" );
88 double imaxX,
int binsY,
double iminY,
double imaxY,
89 double lowerValue,
double upperValue );
92 double lowerValue,
double upperValue );
94 #endif // GAUDIPI_GAUDIPI_H
std::pair< DataObject *, AIDA::IHistogram2D * > createH2D(const AIDA::IHistogram2D &hist)
Copy constructor.
std::pair< DataObject *, AIDA::IHistogram1D * > slice1DY(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D slice from 2D histogram.
std::vector< double > Edges
std::pair< DataObject *, AIDA::IHistogram3D * > createH3D(const AIDA::IHistogram3D &hist)
Copy constructor.
std::pair< DataObject *, AIDA::IHistogram1D * > slice1DX(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D slice from 2D histogram.
std::pair< DataObject *, AIDA::IProfile2D * > createProf2D(const AIDA::IProfile2D &hist)
Copy constructor.
std::pair< DataObject *, AIDA::IHistogram1D * > project1DX(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D projection in X from 2D histogram.
std::pair< DataObject *, AIDA::IProfile1D * > profile1DY(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D profile in Y from 2D histogram.
std::pair< DataObject *, AIDA::IHistogram1D * > project1DY(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D projection in Y from 2D histogram.
A DataObject is the base class of any identifiable object on any data store.
Header file for std:chrono::duration-based Counters.
std::pair< DataObject *, AIDA::IHistogram1D * > createH1D(const AIDA::IHistogram1D &hist)
Copy constructor.
std::pair< DataObject *, AIDA::IProfile1D * > createProf1D(const AIDA::IProfile1D &hist)
Copy constructor.
std::pair< DataObject *, AIDA::IProfile1D * > profile1DX(const std::string &name, const AIDA::IHistogram2D &h, int firstbin, int lastbin)
Create 1D profile in X from 2D histogram.