![]() |
The Gaudi Framework
v26r4
|
HistogramSvc class definition. More...
#include <src/HistogramSvc/HistogramSvc.h>
Classes | |
struct | Helper |
Public Types | |
typedef std::map< std::string, Gaudi::Histo1DDef > | Histo1DMap |
![]() | |
typedef extends | base_class |
Typedef to this class. More... | |
typedef extend_interfaces< Interfaces...> | extend_interfaces_base |
Typedef to the base of this class. More... | |
typedef extends | base_class |
Typedef to this class. More... | |
typedef extend_interfaces< Interfaces...> | extend_interfaces_base |
Typedef to the base of this class. More... | |
![]() | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
Public Member Functions | |
HistogramSvc (const std::string &name, ISvcLocator *svc) | |
Statndard Constructor. More... | |
~HistogramSvc () override | |
Destructor. More... | |
std::pair< std::string, std::string > | i_splitPath (CSTR full) |
Split full path into its components. More... | |
StatusCode | connectInput (CSTR ident) |
Connect input histogram file to the service. More... | |
template<class T > | |
T * | i_book (DataObject *pPar, CSTR rel, CSTR title, const std::pair< DataObject *, T * > &o) |
H2D * | i_project (CSTR nameAndTitle, const H3D &h, CSTR dir) |
Helper for 2D projections. More... | |
virtual StatusCode | initialize () |
Initialise the service. More... | |
virtual StatusCode | reinitialize () |
Initialise the service. More... | |
virtual StatusCode | finalize () |
finalize the service More... | |
virtual AIDA::IHistogramFactory * | histogramFactory () |
Retrieve the AIDA HistogramFactory interface. More... | |
virtual H1D * | book (CSTR par, CSTR rel, CSTR title, DBINS(x)) |
Book histogram and register it with the histogram data store. More... | |
virtual H1D * | book (CSTR par, int hID, CSTR title, DBINS(x)) |
virtual H1D * | book (DataObject *pPar, int hID, CSTR title, DBINS(x)) |
virtual H1D * | book (DataObject *pPar, CSTR rel, CSTR title, DBINS(x)) |
virtual H1D * | book (STRPAIR loc, CSTR title, DBINS(x)) |
virtual H1D * | book (CSTR full, CSTR title, DBINS(x)) |
virtual P1D * | bookProf (CSTR par, CSTR rel, CSTR title, DBINS(x), CSTR opt) |
Book histogram and register it with the histogram data store. More... | |
virtual P1D * | bookProf (CSTR par, int hID, CSTR title, DBINS(x), CSTR opt) |
virtual P1D * | bookProf (DataObject *pPar, int hID, CSTR title, DBINS(x), CSTR opt) |
virtual P1D * | bookProf (STRPAIR loc, CSTR title, DBINS(x), CSTR opt) |
virtual P1D * | bookProf (CSTR full, CSTR title, DBINS(x), CSTR opt) |
virtual P1D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), CSTR opt) |
virtual P1D * | bookProf (CSTR par, CSTR rel, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual P1D * | bookProf (CSTR par, int hID, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual P1D * | bookProf (DataObject *pPar, int hID, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual P1D * | bookProf (STRPAIR loc, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual P1D * | bookProf (CSTR full, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual P1D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), double upper, double lower, CSTR opt) |
virtual H1D * | book (CSTR par, int hID, CSTR title, Edges e) |
Book histogram and register it with the histogram data store. More... | |
virtual H1D * | book (DataObject *pPar, int hID, CSTR title, Edges e) |
virtual H1D * | book (CSTR par, CSTR rel, CSTR title, Edges e) |
virtual H1D * | book (STRPAIR loc, CSTR title, Edges e) |
virtual H1D * | book (CSTR full, CSTR title, Edges e) |
virtual H1D * | book (DataObject *pPar, CSTR rel, CSTR title, Edges e) |
virtual P1D * | bookProf (CSTR full, CSTR title, Edges e) |
Book histogram and register it with the histogram data store. More... | |
virtual P1D * | bookProf (CSTR par, CSTR rel, CSTR title, Edges e) |
virtual P1D * | bookProf (CSTR par, int hID, CSTR title, Edges e) |
virtual P1D * | bookProf (DataObject *pPar, int hID, CSTR title, Edges e) |
virtual P1D * | bookProf (STRPAIR loc, CSTR title, Edges e) |
virtual P1D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, Edges e) |
virtual P1D * | bookProf (CSTR full, CSTR title, Edges e, double upper, double lower) |
virtual P1D * | bookProf (CSTR par, CSTR rel, CSTR title, Edges e, double upper, double lower) |
virtual P1D * | bookProf (CSTR par, int hID, CSTR title, Edges e, double upper, double lower) |
virtual P1D * | bookProf (DataObject *pPar, int hID, CSTR title, Edges e, double upper, double lower) |
virtual P1D * | bookProf (STRPAIR loc, CSTR title, Edges e, double upper, double lower) |
virtual P1D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, Edges e, double upper, double lower) |
virtual H2D * | book (CSTR full, CSTR title, DBINS(x), DBINS(y)) |
Book histogram and register it with the histogram data store. More... | |
virtual H2D * | book (CSTR par, CSTR rel, CSTR title, DBINS(x), DBINS(y)) |
virtual H2D * | book (CSTR par, int hID, CSTR title, DBINS(x), DBINS(y)) |
virtual H2D * | book (STRPAIR loc, CSTR title, DBINS(x), DBINS(y)) |
virtual H2D * | book (DataObject *pPar, int hID, CSTR title, DBINS(x), DBINS(y)) |
virtual H2D * | book (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (CSTR full, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
Book histogram and register it with the histogram data store. More... | |
virtual P2D * | bookProf (CSTR par, CSTR rel, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
virtual P2D * | bookProf (STRPAIR loc, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
virtual P2D * | bookProf (CSTR par, int hID, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
virtual P2D * | bookProf (DataObject *pPar, int hID, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
virtual P2D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), DBINS(y), double upper, double lower) |
virtual P2D * | bookProf (CSTR full, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (CSTR par, CSTR rel, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (STRPAIR loc, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (CSTR par, int hID, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (DataObject *pPar, int hID, CSTR title, DBINS(x), DBINS(y)) |
virtual P2D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), DBINS(y)) |
virtual H2D * | book (CSTR full, CSTR title, Edges x, Edges y) |
Book histogram and register it with the histogram data store. More... | |
virtual H2D * | book (CSTR par, CSTR rel, CSTR title, Edges x, Edges y) |
virtual H2D * | book (CSTR par, int hID, CSTR title, Edges x, Edges y) |
virtual H2D * | book (STRPAIR loc, CSTR title, Edges x, Edges y) |
virtual H2D * | book (DataObject *pPar, int hID, CSTR title, Edges x, Edges y) |
virtual H2D * | book (DataObject *pPar, CSTR rel, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (CSTR full, CSTR title, Edges x, Edges y) |
Book histogram and register it with the histogram data store. More... | |
virtual P2D * | bookProf (CSTR par, CSTR rel, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (CSTR par, int hID, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (DataObject *pPar, int hID, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (STRPAIR loc, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, Edges x, Edges y) |
virtual P2D * | bookProf (CSTR full, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual P2D * | bookProf (CSTR par, CSTR rel, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual P2D * | bookProf (CSTR par, int hID, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual P2D * | bookProf (DataObject *pPar, int hID, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual P2D * | bookProf (STRPAIR loc, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual P2D * | bookProf (DataObject *pPar, CSTR rel, CSTR title, Edges x, Edges y, double upper, double lower) |
virtual H3D * | book (CSTR full, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
Book histogram and register it with the histogram data store. More... | |
virtual H3D * | book (CSTR par, CSTR rel, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
virtual H3D * | book (CSTR par, int hID, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
virtual H3D * | book (DataObject *pPar, int hID, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
virtual H3D * | book (STRPAIR loc, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
virtual H3D * | book (DataObject *pPar, CSTR rel, CSTR title, DBINS(x), DBINS(y), DBINS(z)) |
virtual H3D * | book (CSTR full, CSTR title, Edges x, Edges y, Edges z) |
Book histogram and register it with the histogram data store. More... | |
virtual H3D * | book (CSTR par, CSTR rel, CSTR title, Edges x, Edges y, Edges z) |
virtual H3D * | book (CSTR par, int hID, CSTR title, Edges x, Edges y, Edges z) |
virtual H3D * | book (DataObject *pPar, int hID, CSTR title, Edges x, Edges y, Edges z) |
virtual H3D * | book (STRPAIR loc, CSTR title, Edges x, Edges y, Edges z) |
virtual H3D * | book (DataObject *pPar, CSTR rel, CSTR title, Edges x, Edges y, Edges z) |
virtual StatusCode | registerObject (CSTR parent, CSTR rel, Base *obj) |
virtual StatusCode | registerObject (CSTR parent, int item, Base *obj) |
virtual StatusCode | registerObject (Base *pPar, CSTR rel, Base *obj) |
virtual StatusCode | registerObject (DataObject *pPar, int item, Base *obj) |
virtual StatusCode | registerObject (Base *pPar, int item, Base *obj) |
virtual StatusCode | registerObject (CSTR full, Base *obj) |
virtual StatusCode | registerObject (DataObject *pPar, CSTR rel, Base *obj) |
virtual StatusCode | unregisterObject (Base *obj) |
virtual StatusCode | unregisterObject (Base *obj, CSTR objectPath) |
virtual StatusCode | unregisterObject (Base *obj, int item) |
virtual StatusCode | retrieveObject (IRegistry *pReg, CSTR path, H1D *&obj) |
virtual StatusCode | retrieveObject (IRegistry *pReg, CSTR path, P1D *&obj) |
virtual StatusCode | retrieveObject (IRegistry *pReg, CSTR path, H2D *&obj) |
virtual StatusCode | retrieveObject (IRegistry *pReg, CSTR path, P2D *&obj) |
virtual StatusCode | retrieveObject (IRegistry *pReg, CSTR path, H3D *&obj) |
virtual StatusCode | retrieveObject (CSTR full, P1D *&obj) |
virtual StatusCode | retrieveObject (CSTR full, P2D *&obj) |
virtual StatusCode | retrieveObject (CSTR full, H1D *&obj) |
virtual StatusCode | retrieveObject (CSTR full, H2D *&obj) |
virtual StatusCode | retrieveObject (CSTR full, H3D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, CSTR rel, P1D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, CSTR rel, P2D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, CSTR rel, H1D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, CSTR rel, H2D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, CSTR rel, H3D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, int item, P1D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, int item, P2D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, int item, H1D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, int item, H2D *&obj) |
virtual StatusCode | retrieveObject (CSTR parent, int item, H3D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, CSTR item, P1D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, CSTR item, P2D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, CSTR item, H1D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, CSTR item, H2D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, CSTR item, H3D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, int item, P1D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, int item, P2D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, int item, H1D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, int item, H2D *&obj) |
virtual StatusCode | retrieveObject (DataObject *par, int item, H3D *&obj) |
virtual StatusCode | retrieveObject (Base *par, int item, P1D *&obj) |
virtual StatusCode | retrieveObject (Base *par, int item, P2D *&obj) |
virtual StatusCode | retrieveObject (Base *par, int item, H1D *&obj) |
virtual StatusCode | retrieveObject (Base *par, int item, H2D *&obj) |
virtual StatusCode | retrieveObject (Base *par, int item, H3D *&obj) |
virtual StatusCode | retrieveObject (Base *par, CSTR item, P1D *&obj) |
virtual StatusCode | retrieveObject (Base *par, CSTR item, P2D *&obj) |
virtual StatusCode | retrieveObject (Base *par, CSTR item, H1D *&obj) |
virtual StatusCode | retrieveObject (Base *par, CSTR item, H2D *&obj) |
virtual StatusCode | retrieveObject (Base *par, CSTR item, H3D *&obj) |
virtual StatusCode | findObject (IRegistry *pReg, CSTR path, P1D *&obj) |
virtual StatusCode | findObject (IRegistry *pReg, CSTR path, P2D *&obj) |
virtual StatusCode | findObject (IRegistry *pReg, CSTR path, H1D *&obj) |
virtual StatusCode | findObject (IRegistry *pReg, CSTR path, H2D *&obj) |
virtual StatusCode | findObject (IRegistry *pReg, CSTR path, H3D *&obj) |
virtual StatusCode | findObject (CSTR full, P1D *&obj) |
virtual StatusCode | findObject (CSTR full, P2D *&obj) |
virtual StatusCode | findObject (CSTR full, H1D *&obj) |
virtual StatusCode | findObject (CSTR full, H2D *&obj) |
virtual StatusCode | findObject (CSTR full, H3D *&obj) |
virtual StatusCode | findObject (CSTR par, CSTR rel, P1D *&obj) |
virtual StatusCode | findObject (CSTR par, CSTR rel, P2D *&obj) |
virtual StatusCode | findObject (CSTR par, CSTR rel, H1D *&obj) |
virtual StatusCode | findObject (CSTR par, CSTR rel, H2D *&obj) |
virtual StatusCode | findObject (CSTR par, CSTR rel, H3D *&obj) |
virtual StatusCode | findObject (CSTR par, int item, P1D *&obj) |
virtual StatusCode | findObject (CSTR par, int item, P2D *&obj) |
virtual StatusCode | findObject (CSTR par, int item, H1D *&obj) |
virtual StatusCode | findObject (CSTR par, int item, H2D *&obj) |
virtual StatusCode | findObject (CSTR par, int item, H3D *&obj) |
virtual StatusCode | findObject (DataObject *par, int item, P1D *&obj) |
virtual StatusCode | findObject (DataObject *par, int item, P2D *&obj) |
virtual StatusCode | findObject (DataObject *par, int item, H1D *&obj) |
virtual StatusCode | findObject (DataObject *par, int item, H2D *&obj) |
virtual StatusCode | findObject (DataObject *par, int item, H3D *&obj) |
virtual StatusCode | findObject (DataObject *par, CSTR item, P1D *&obj) |
virtual StatusCode | findObject (DataObject *par, CSTR item, P2D *&obj) |
virtual StatusCode | findObject (DataObject *par, CSTR item, H1D *&obj) |
virtual StatusCode | findObject (DataObject *par, CSTR item, H2D *&obj) |
virtual StatusCode | findObject (DataObject *par, CSTR item, H3D *&obj) |
virtual StatusCode | findObject (Base *par, int item, P1D *&obj) |
virtual StatusCode | findObject (Base *par, int item, P2D *&obj) |
virtual StatusCode | findObject (Base *par, int item, H1D *&obj) |
virtual StatusCode | findObject (Base *par, int item, H2D *&obj) |
virtual StatusCode | findObject (Base *par, int item, H3D *&obj) |
virtual StatusCode | findObject (Base *par, CSTR item, P1D *&obj) |
virtual StatusCode | findObject (Base *par, CSTR item, P2D *&obj) |
virtual StatusCode | findObject (Base *par, CSTR item, H1D *&obj) |
virtual StatusCode | findObject (Base *par, CSTR item, H2D *&obj) |
virtual StatusCode | findObject (Base *par, CSTR item, H3D *&obj) |
virtual H1D * | projectionX (CSTR name, const H2D &h) |
virtual H1D * | projectionY (CSTR name, const H2D &h) |
virtual H1D * | sliceX (CSTR name, const H2D &h, int indexY) |
virtual H1D * | sliceY (CSTR name, const H2D &h, int indexX) |
virtual H1D * | sliceX (CSTR name, const H2D &h, int indexY1, int indexY2) |
virtual H1D * | sliceY (CSTR name, const H2D &h, int indexX1, int indexX2) |
bool | destroy (IBaseHistogram *hist) |
H1D * | add (CSTR nameAndTitle, const H1D &a, const H1D &b) |
H1D * | subtract (CSTR nameAndTitle, const H1D &a, const H1D &b) |
H1D * | multiply (CSTR nameAndTitle, const H1D &a, const H1D &b) |
H1D * | divide (CSTR nameAndTitle, const H1D &a, const H1D &b) |
H2D * | add (CSTR nameAndTitle, const H2D &a, const H2D &b) |
H2D * | subtract (CSTR nameAndTitle, const H2D &a, const H2D &b) |
H2D * | multiply (CSTR nameAndTitle, const H2D &a, const H2D &b) |
H2D * | divide (CSTR nameAndTitle, const H2D &a, const H2D &b) |
H3D * | add (CSTR nameAndTitle, const H3D &a, const H3D &b) |
H3D * | subtract (CSTR nameAndTitle, const H3D &a, const H3D &b) |
H3D * | multiply (CSTR nameAndTitle, const H3D &a, const H3D &b) |
H3D * | divide (CSTR nameAndTitle, const H3D &a, const H3D &b) |
H2D * | projectionXY (CSTR nameAndTitle, const H3D &h) |
H2D * | projectionXZ (CSTR nameAndTitle, const H3D &h) |
H2D * | projectionYZ (CSTR nameAndTitle, const H3D &h) |
H2D * | sliceXY (CSTR, const H3D &, int, int) NOT_IMPLEMENTED H2D *sliceXZ(CSTR |
H2D const H3D int NOT_IMPLEMENTED H2D * | sliceYZ (CSTR, const H3D &, int, int) NOT_IMPLEMENTEDH1D *createHistogram1D(CSTR name |
H2D const H3D int NOT_IMPLEMENTED H2D CSTR | DBINS (x)) |
H1D * | createHistogram1D (CSTR name, CSTR tit, DBINS(x), CSTR) |
H1D * | createHistogram1D (CSTR name, CSTR title, const Edges &x, CSTR) |
H1D * | createHistogram1D (CSTR nameAndTitle, DBINS(x)) |
H1D * | createCopy (CSTR full, const H1D &h) |
H1D * | createCopy (CSTR par, CSTR rel, const H1D &h) |
H1D * | createCopy (STRPAIR loc, const H1D &h) |
H1D * | createCopy (DataObject *pPar, CSTR rel, const H1D &h) |
H2D * | createHistogram2D (CSTR name, CSTR tit, DBINS(x), DBINS(y)) |
H2D * | createHistogram2D (CSTR name, CSTR tit, DBINS(x), DBINS(y), CSTR) |
H2D * | createHistogram2D (CSTR name, CSTR title, const Edges &x, const Edges &y, CSTR) |
H2D * | createHistogram2D (CSTR nameAndTitle, DBINS(x), DBINS(y)) |
H2D * | createCopy (CSTR full, const H2D &h) |
H2D * | createCopy (CSTR par, CSTR rel, const H2D &h) |
H2D * | createCopy (STRPAIR loc, const H2D &h) |
H2D * | createCopy (DataObject *pPar, CSTR rel, const H2D &h) |
H3D * | createHistogram3D (CSTR name, CSTR tit, DBINS(x), DBINS(y), DBINS(z)) |
H3D * | createHistogram3D (CSTR name, CSTR tit, DBINS(x), DBINS(y), DBINS(z), CSTR) |
H3D * | createHistogram3D (CSTR name, CSTR title, const Edges &x, const Edges &y, const Edges &z, CSTR) |
H3D * | createHistogram3D (CSTR nameAndTitle, DBINS(x), DBINS(y), DBINS(z)) |
H3D * | createCopy (CSTR full, const H3D &h) |
H3D * | createCopy (CSTR par, CSTR rel, const H3D &h) |
H3D * | createCopy (STRPAIR loc, const H3D &h) |
H3D * | createCopy (DataObject *pPar, CSTR rel, const H3D &h) |
P1D * | createProfile1D (CSTR name, CSTR tit, DBINS(x), CSTR opt) |
P1D * | createProfile1D (CSTR name, CSTR tit, DBINS(x), double upper, double lower, CSTR opt) |
P1D * | createProfile1D (CSTR name, CSTR title, const Edges &x, CSTR) |
P1D * | createProfile1D (CSTR name, CSTR title, const Edges &x, double upper, double lower, CSTR) |
P1D * | createProfile1D (CSTR nametit, DBINS(x)) |
P1D * | createProfile1D (CSTR nametit, DBINS(x), double upper, double lower) |
P1D * | createCopy (CSTR full, const P1D &h) |
P1D * | createCopy (CSTR par, CSTR rel, const P1D &h) |
P1D * | createCopy (STRPAIR loc, const P1D &h) |
P1D * | createCopy (DataObject *pPar, CSTR rel, const P1D &h) |
P2D * | createProfile2D (CSTR name, CSTR tit, DBINS(x), DBINS(y)) |
P2D * | createProfile2D (CSTR name, CSTR tit, DBINS(x), DBINS(y), CSTR) |
P2D * | createProfile2D (CSTR name, CSTR title, const Edges &x, const Edges &y, CSTR) |
P2D * | createProfile2D (CSTR nameAndTitle, DBINS(x), DBINS(y)) |
P2D * | createProfile2D (CSTR name, CSTR tit, DBINS(x), DBINS(y), double upper, double lower) |
P2D * | createProfile2D (CSTR name, CSTR tit, DBINS(x), DBINS(y), double upper, double lower, CSTR) |
P2D * | createProfile2D (CSTR name, CSTR title, const Edges &x, const Edges &y, double upper, double lower, CSTR) |
P2D * | createProfile2D (CSTR nameAndTitle, DBINS(x), DBINS(y), double upper, double lower) |
P2D * | createCopy (CSTR full, const P2D &h) |
P2D * | createCopy (CSTR par, CSTR rel, const P2D &h) |
P2D * | createCopy (STRPAIR loc, const P2D &h) |
P2D * | createCopy (DataObject *pPar, CSTR rel, const P2D &h) |
virtual std::ostream & | print (Base *h, std::ostream &s=std::cout) const |
Print (ASCII) the 1D histogram into the output stream. More... | |
virtual std::ostream & | write (Base *h, std::ostream &s=std::cout) const |
Write (ASCII) the 1D histogram table into the output stream. More... | |
virtual int | write (Base *h, const char *file_name) const |
Write (ASCII) the 1D histogram table into a file. More... | |
virtual DataObject * | createPath (CSTR newPath) |
Create all directories in a given full path. More... | |
virtual DataObject * | createDirectory (CSTR parentDir, CSTR subDir) |
Create a sub-directory in a directory. More... | |
void | update1Ddefs (Property &) |
handler to be invoked for updating property m_defs1D More... | |
![]() | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
![]() | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
Static Public Member Functions | |
template<class T > | |
static DataObject * | __cast (T *p) |
Public Attributes | |
H2D const H3D | int |
H2D const H3D int NOT_IMPLEMENTED H2D CSTR | tit |
Protected Types | |
typedef const std::string & | CSTR |
typedef std::vector< double > | Edges |
typedef std::vector< std::string > | DBaseEntries |
typedef AIDA::IHistogram1D | H1D |
typedef AIDA::IHistogram2D | H2D |
typedef AIDA::IHistogram3D | H3D |
typedef AIDA::IProfile1D | P1D |
typedef AIDA::IProfile2D | P2D |
typedef AIDA::IBaseHistogram | Base |
Protected Attributes | |
DBaseEntries | m_input |
Input streams. More... | |
Private Types | |
typedef const std::pair< std::string, std::string > & | STRPAIR |
Private Member Functions | |
void | not_implemented () const |
Private Attributes | |
Histo1DMap | m_defs1D |
std::set< std::string > | m_mods1D |
HistogramSvc class definition.
Definition at line 47 of file HistogramSvc.h.
|
protected |
Definition at line 66 of file HistogramSvc.h.
|
protected |
Definition at line 58 of file HistogramSvc.h.
|
protected |
Definition at line 60 of file HistogramSvc.h.
|
protected |
Definition at line 59 of file HistogramSvc.h.
|
protected |
Definition at line 61 of file HistogramSvc.h.
|
protected |
Definition at line 62 of file HistogramSvc.h.
|
protected |
Definition at line 63 of file HistogramSvc.h.
typedef std::map<std::string,Gaudi::Histo1DDef> HistogramSvc::Histo1DMap |
Definition at line 961 of file HistogramSvc.h.
|
protected |
Definition at line 64 of file HistogramSvc.h.
|
protected |
Definition at line 65 of file HistogramSvc.h.
|
private |
Definition at line 52 of file HistogramSvc.h.
HistogramSvc::HistogramSvc | ( | const std::string & | name, |
ISvcLocator * | svc | ||
) |
Statndard Constructor.
name | service name |
pointer | to service locator interface |
Definition at line 378 of file HistogramSvc.cpp.
|
override |
Destructor.
Definition at line 202 of file HistogramSvc.cpp.
|
inlinestatic |
Definition at line 170 of file HistogramSvc.h.
Definition at line 780 of file HistogramSvc.h.
Definition at line 789 of file HistogramSvc.h.
Definition at line 798 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the fullpath) has to be an integer number otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
DBINS(x) | Macro for bin definition. Expands to: int nx: Number of bins on the axis X/Y double lx: Lower histogram edge on the axis X/Y double ux: Upper histogram edge on the axis X/Y |
Definition at line 211 of file HistogramSvc.h.
Definition at line 213 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 215 of file HistogramSvc.h.
|
virtual |
Definition at line 352 of file HistogramSvc.cpp.
Definition at line 218 of file HistogramSvc.h.
Definition at line 220 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the fullpath) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
e | Bin edges for variable binned histogram. |
Definition at line 284 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 286 of file HistogramSvc.h.
Definition at line 288 of file HistogramSvc.h.
Definition at line 290 of file HistogramSvc.h.
Definition at line 292 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 294 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
DBINS(x/y) | Macro for bin definition in X/Y. Expands to: int nx: Number of bins on the axis X/Y double lx: Lower histogram edge on the axis X/Y double ux: Upper histogram edge on the axis X/Y |
Definition at line 359 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 361 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 363 of file HistogramSvc.h.
Definition at line 365 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 367 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 369 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
x/y | Bin edges for variable binned histogram in X/Y. |
Definition at line 433 of file HistogramSvc.h.
Definition at line 435 of file HistogramSvc.h.
Definition at line 437 of file HistogramSvc.h.
Definition at line 439 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 441 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 443 of file HistogramSvc.h.
|
inlinevirtual |
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
DBINS(x/y/z) | Macro for bin definition in X/Y/Z. Expands to: int nx: Number of bins on the axis X/Y/Z double lx: Lower histogram edge on the axis X/Y/Z double ux: Upper histogram edge on the axis X/Y/Z |
Definition at line 507 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 509 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 511 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 513 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 515 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 517 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
binsX/Y/Z | Number of bins on the axis X/Y/Z |
lowX/Y/Z | Lower histogram edge on the axis X/Y/Z |
highX/Y/Z | Upper histogram edge on the axis X/Y/Z |
Definition at line 538 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 540 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 542 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 544 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 546 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 548 of file HistogramSvc.h.
|
inlinevirtual |
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the fullpath) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
DBINS(x) | Macro for bin definition. Expands to: int nx: Number of bins on the axis X/Y double lx: Lower histogram edge on the axis X/Y double ux: Upper histogram edge on the axis X/Y |
Definition at line 242 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 244 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 246 of file HistogramSvc.h.
Definition at line 248 of file HistogramSvc.h.
Definition at line 250 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 252 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 255 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 257 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 259 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 261 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 263 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 265 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
e | Bin edges for variable binned histogram. |
Definition at line 314 of file HistogramSvc.h.
Definition at line 316 of file HistogramSvc.h.
Definition at line 318 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 320 of file HistogramSvc.h.
Definition at line 322 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 324 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 327 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 329 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 331 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 333 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 335 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 337 of file HistogramSvc.h.
|
inlinevirtual |
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
DBINS(x/y) | Macro for bin definition in X/Y. Expands to: int nx: Number of bins on the axis X/Y double lx: Lower histogram edge on the axis X/Y double ux: Upper histogram edge on the axis X/Y |
Definition at line 391 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 393 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 395 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 397 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 399 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 401 of file HistogramSvc.h.
Definition at line 404 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 406 of file HistogramSvc.h.
Definition at line 408 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 410 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 412 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 414 of file HistogramSvc.h.
Book histogram and register it with the histogram data store.
full | Full path to the node of the object. The basename (last part of the full) has to be an integer number (otherwise conversion to HBOOK is not possible) |
par | Path to parent node of the object, the directory the histogram will be stored in. |
pPar | Pointer to parent node |
rel | Histogram identifier (std::string), the relative path to the object with respect to the parent node |
hID | Histogram identifier (int) of the histogram |
title | Title property of the histogram |
x/y | Bin edges for variable binned histogram in X/Y. |
Definition at line 462 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 464 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 466 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 468 of file HistogramSvc.h.
Definition at line 470 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 472 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 475 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 477 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 479 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 481 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 483 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 485 of file HistogramSvc.h.
StatusCode HistogramSvc::connectInput | ( | CSTR | ident | ) |
Connect input histogram file to the service.
ident | [IN] Input specification |
Definition at line 207 of file HistogramSvc.cpp.
Definition at line 826 of file HistogramSvc.h.
Definition at line 828 of file HistogramSvc.h.
Definition at line 830 of file HistogramSvc.h.
|
inline |
Definition at line 832 of file HistogramSvc.h.
Definition at line 843 of file HistogramSvc.h.
Definition at line 845 of file HistogramSvc.h.
Definition at line 847 of file HistogramSvc.h.
|
inline |
Definition at line 849 of file HistogramSvc.h.
Definition at line 860 of file HistogramSvc.h.
Definition at line 862 of file HistogramSvc.h.
Definition at line 864 of file HistogramSvc.h.
|
inline |
Definition at line 866 of file HistogramSvc.h.
Definition at line 886 of file HistogramSvc.h.
Definition at line 888 of file HistogramSvc.h.
Definition at line 890 of file HistogramSvc.h.
|
inline |
Definition at line 892 of file HistogramSvc.h.
Definition at line 913 of file HistogramSvc.h.
Definition at line 915 of file HistogramSvc.h.
Definition at line 917 of file HistogramSvc.h.
|
inline |
Definition at line 919 of file HistogramSvc.h.
|
virtual |
Create a sub-directory in a directory.
parentDir | name of the parent directory |
subDir | to identify the histogram object in the store |
Definition at line 178 of file HistogramSvc.cpp.
Definition at line 820 of file HistogramSvc.h.
Definition at line 822 of file HistogramSvc.h.
Definition at line 824 of file HistogramSvc.h.
Definition at line 835 of file HistogramSvc.h.
Definition at line 837 of file HistogramSvc.h.
|
inline |
Definition at line 839 of file HistogramSvc.h.
Definition at line 841 of file HistogramSvc.h.
Definition at line 852 of file HistogramSvc.h.
|
inline |
Definition at line 854 of file HistogramSvc.h.
|
inline |
Definition at line 856 of file HistogramSvc.h.
Definition at line 858 of file HistogramSvc.h.
|
virtual |
Create all directories in a given full path.
Definition at line 148 of file HistogramSvc.cpp.
Definition at line 871 of file HistogramSvc.h.
|
inline |
Definition at line 873 of file HistogramSvc.h.
Definition at line 875 of file HistogramSvc.h.
|
inline |
Definition at line 877 of file HistogramSvc.h.
Definition at line 880 of file HistogramSvc.h.
Definition at line 882 of file HistogramSvc.h.
Definition at line 895 of file HistogramSvc.h.
Definition at line 897 of file HistogramSvc.h.
|
inline |
Definition at line 899 of file HistogramSvc.h.
Definition at line 901 of file HistogramSvc.h.
|
inline |
Definition at line 904 of file HistogramSvc.h.
|
inline |
Definition at line 906 of file HistogramSvc.h.
|
inline |
Definition at line 908 of file HistogramSvc.h.
|
inline |
Definition at line 910 of file HistogramSvc.h.
Definition at line 818 of file HistogramSvc.h.
bool HistogramSvc::destroy | ( | IBaseHistogram * | hist | ) |
Definition at line 344 of file HistogramSvc.cpp.
Definition at line 786 of file HistogramSvc.h.
Definition at line 795 of file HistogramSvc.h.
Definition at line 804 of file HistogramSvc.h.
|
virtual |
finalize the service
Definition at line 422 of file HistogramSvc.cpp.
|
inlinevirtual |
Definition at line 676 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 678 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 680 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 682 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 684 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 687 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 689 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 691 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 693 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 695 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 698 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 700 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 702 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 704 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 706 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 709 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 711 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 713 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 715 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 717 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 720 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 722 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 724 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 726 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 728 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 731 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 733 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 735 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 737 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 739 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 742 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 744 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 746 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 748 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 750 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 753 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 755 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 757 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 759 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 761 of file HistogramSvc.h.
|
inlinevirtual |
Retrieve the AIDA HistogramFactory interface.
Definition at line 189 of file HistogramSvc.h.
|
inline |
Definition at line 163 of file HistogramSvc.h.
Helper for 2D projections.
Definition at line 90 of file HistogramSvc.cpp.
std::pair< std::string, std::string > HistogramSvc::i_splitPath | ( | CSTR | full | ) |
Split full path into its components.
full | Full path of the object |
dir | Resulting directory path |
obj | Resulting object path |
Definition at line 134 of file HistogramSvc.cpp.
|
virtual |
Initialise the service.
Definition at line 260 of file HistogramSvc.cpp.
Definition at line 784 of file HistogramSvc.h.
Definition at line 793 of file HistogramSvc.h.
Definition at line 802 of file HistogramSvc.h.
|
inlineprivate |
Definition at line 53 of file HistogramSvc.h.
|
virtual |
Print (ASCII) the 1D histogram into the output stream.
Definition at line 107 of file HistogramSvc.cpp.
Definition at line 767 of file HistogramSvc.h.
Definition at line 807 of file HistogramSvc.h.
Definition at line 809 of file HistogramSvc.h.
Definition at line 769 of file HistogramSvc.h.
Definition at line 811 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 557 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 559 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 561 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 563 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 565 of file HistogramSvc.h.
|
virtual |
|
virtual |
|
virtual |
Initialise the service.
Definition at line 299 of file HistogramSvc.cpp.
|
inlinevirtual |
Definition at line 581 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 583 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 585 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 587 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 589 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 592 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 594 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 596 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 598 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 600 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 603 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 605 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 607 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 609 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 611 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 614 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 616 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 618 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 620 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 622 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 625 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 627 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 629 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 631 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 633 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 636 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 638 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 640 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 642 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 644 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 647 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 649 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 651 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 653 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 655 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 658 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 660 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 662 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 664 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 666 of file HistogramSvc.h.
Definition at line 771 of file HistogramSvc.h.
Definition at line 773 of file HistogramSvc.h.
Definition at line 782 of file HistogramSvc.h.
Definition at line 791 of file HistogramSvc.h.
Definition at line 800 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 572 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 574 of file HistogramSvc.h.
|
inlinevirtual |
Definition at line 576 of file HistogramSvc.h.
void HistogramSvc::update1Ddefs | ( | Property & | ) |
handler to be invoked for updating property m_defs1D
Definition at line 415 of file HistogramSvc.cpp.
|
virtual |
Write (ASCII) the 1D histogram table into the output stream.
Write (ASCII) the 1D histogram table into a file.
Definition at line 814 of file HistogramSvc.h.
|
private |
Definition at line 966 of file HistogramSvc.h.
|
protected |
Input streams.
Definition at line 138 of file HistogramSvc.h.
|
private |
Definition at line 969 of file HistogramSvc.h.
Definition at line 818 of file HistogramSvc.h.