|
| | HistogramSvc (CSTR name, ISvcLocator *svc) |
| | Statndard Constructor. More...
|
| |
| virtual | ~HistogramSvc () |
| | 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...
|
| |
| std::string | _STR (int i) |
| |
| 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...
|
| |
| | extends1 (A1 a1, A2 a2, A3 a3) |
| | Templated constructor with 3 arguments. More...
|
| |
| | extends1 (A1 a1, A2 a2) |
| | Templated constructor with 2 arguments. More...
|
| |
| | extends1 (A1 a1) |
| | Templated constructor with 1 argument. More...
|
| |
| | extends1 () |
| | Default constructor. More...
|
| |
| virtual void * | i_cast (const InterfaceID &tid) const |
| | Implementation of IInterface::i_cast. More...
|
| |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp) |
| | Implementation of IInterface::queryInterface. More...
|
| |
| virtual std::vector< std::string > | getInterfaceNames () const |
| | Implementation of IInterface::getInterfaceNames. More...
|
| |
| virtual | ~extends1 () |
| | Virtual destructor. More...
|
| |
| virtual CLID | rootCLID () const |
| | IDataManagerSvc: Accessor for root event CLID. More...
|
| |
| virtual std::string | rootName () const |
| | IDataManagerSvc: Accessor for root event name. More...
|
| |
| virtual StatusCode | registerAddress (const std::string &fullPath, IOpaqueAddress *pAddress) |
| | IDataManagerSvc: Register object address with the data store. More...
|
| |
| virtual StatusCode | registerAddress (DataObject *parentObj, const std::string &objectPath, IOpaqueAddress *pAddress) |
| | IDataManagerSvc: Register object address with the data store. More...
|
| |
| virtual StatusCode | registerAddress (IRegistry *parentObj, const std::string &objectPath, IOpaqueAddress *pAddress) |
| | IDataManagerSvc: Register object address with the data store. More...
|
| |
| virtual StatusCode | unregisterAddress (const std::string &fullPath) |
| | IDataManagerSvc: Unregister object address from the data store. More...
|
| |
| virtual StatusCode | unregisterAddress (DataObject *pParent, const std::string &objPath) |
| | IDataManagerSvc: Unregister object address from the data store. More...
|
| |
| virtual StatusCode | unregisterAddress (IRegistry *pParent, const std::string &objPath) |
| | IDataManagerSvc: Unregister object address from the data store. More...
|
| |
| virtual StatusCode | objectLeaves (const DataObject *pObject, std::vector< IRegistry * > &refLeaves) |
| | IDataManagerSvc: Explore the object store: retrieve all leaves attached to the object. More...
|
| |
| virtual StatusCode | objectLeaves (const IRegistry *pRegistry, std::vector< IRegistry * > &refLeaves) |
| | IDataManagerSvc: Explore the object store: retrieve all leaves attached to the object. More...
|
| |
| virtual StatusCode | objectParent (const DataObject *pObject, IRegistry *&refpParent) |
| | IDataManagerSvc: Explore the object store: retrieve the object's parent. More...
|
| |
| virtual StatusCode | objectParent (const IRegistry *pRegistry, IRegistry *&refpParent) |
| | IDataManagerSvc: Explore the object store: retrieve the object's parent. More...
|
| |
| virtual StatusCode | clearSubTree (const std::string &sub_tree_path) |
| | IDataManagerSvc: Remove all data objects below the sub tree identified by its full path name. More...
|
| |
| virtual StatusCode | clearSubTree (DataObject *pObject) |
| | IDataManagerSvc: Remove all data objects below the sub tree identified by the object. More...
|
| |
| virtual StatusCode | clearStore () |
| | IDataManagerSvc: Remove all data objects in the data store. More...
|
| |
| virtual StatusCode | traverseSubTree (const std::string &sub_tree_path, IDataStoreAgent *pAgent) |
| | IDataManagerSvc: Analyze by traversing all data objects below the sub tree identified by its full path name. More...
|
| |
| virtual StatusCode | traverseSubTree (DataObject *pObject, IDataStoreAgent *pAgent) |
| | IDataManagerSvc: Analyze by traversing all data objects below the sub tree. More...
|
| |
| virtual StatusCode | traverseTree (IDataStoreAgent *pAgent) |
| | IDataManagerSvc: Analyze by traversing all data objects in the data store. More...
|
| |
| virtual StatusCode | setRoot (const std::string &root_name, DataObject *pRootObj) |
| | Initialize data store for new event by giving new event path and root object. More...
|
| |
| virtual StatusCode | i_setRoot (const std::string &root_name, DataObject *pRootObj) |
| | Initialize data store for new event by giving new event path and root object. More...
|
| |
| virtual StatusCode | setRoot (const std::string &root_path, IOpaqueAddress *pRootAddr) |
| | Initialize data store for new event by giving new event path and address of root object. More...
|
| |
| virtual StatusCode | i_setRoot (const std::string &root_path, IOpaqueAddress *pRootAddr) |
| | Initialize data store for new event by giving new event path and address of root object. More...
|
| |
| virtual StatusCode | setDataLoader (IConversionSvc *svc) |
| | IDataManagerSvc: IDataManagerSvc: Pass a default data loader to the service. More...
|
| |
| virtual StatusCode | addPreLoadItem (const DataStoreItem &item) |
| | Add an item to the preload list. More...
|
| |
| virtual StatusCode | addPreLoadItem (const std::string &itemPath) |
| | Add an item to the preload list. More...
|
| |
| virtual StatusCode | removePreLoadItem (const DataStoreItem &item) |
| | Remove an item from the preload list. More...
|
| |
| virtual StatusCode | removePreLoadItem (const std::string &itemPath) |
| | Add an item to the preload list. More...
|
| |
| virtual StatusCode | resetPreLoad () |
| | Clear the preload list. More...
|
| |
| virtual StatusCode | preLoad (int depth, int load_depth, DataObject *pObject) |
| | Execute one level of preloading and recursively load until the final level is reached. More...
|
| |
| virtual StatusCode | preLoad () |
| | load all preload items of the list More...
|
| |
| virtual StatusCode | registerObject (const std::string &fullPath, DataObject *pObject) |
| | Register object with the data store. More...
|
| |
| virtual StatusCode | registerObject (const std::string &parentPath, const std::string &objPath, DataObject *pObject) |
| | Register object with the data store. More...
|
| |
| virtual StatusCode | registerObject (const std::string &parentPath, int item, DataObject *pObject) |
| | Register object with the data store. More...
|
| |
| virtual StatusCode | registerObject (DataObject *parentObj, const std::string &objPath, DataObject *pObject) |
| | Register object with the data store. More...
|
| |
| virtual StatusCode | registerObject (DataObject *parentObj, int item, DataObject *pObject) |
| | Register object with the data store. More...
|
| |
| virtual StatusCode | unregisterObject (const std::string &fullPath) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | unregisterObject (const std::string &parentPath, const std::string &objectPath) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | unregisterObject (const std::string &parentPath, int item) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | unregisterObject (DataObject *pObject) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | unregisterObject (DataObject *pObject, const std::string &objectPath) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | unregisterObject (DataObject *pObject, int item) |
| | Unregister object from the data store. More...
|
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, DataObject *&pObject) |
| | Retrieve object from data store. More...
|
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, DataObject *&pObject) |
| | Retrieve object identified by its full path from the data store. More...
|
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, DataObject *&pObject) |
| | Retrieve object from data store. More...
|
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, DataObject *&pObject) |
| | Retrieve object from data store. More...
|
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, DataObject *&pObject) |
| | Retrieve object from data store. More...
|
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Retrieve object from data store. More...
|
| |
| virtual StatusCode | findObject (const std::string &fullPath, DataObject *&pObject) |
| | Find object identified by its full path in the data store. More...
|
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, DataObject *&pObject) |
| | Find object identified by its full path in the data store. More...
|
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, DataObject *&pObject) |
| | Find object in the data store. More...
|
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, DataObject *&pObject) |
| | Find object in the data store. More...
|
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, DataObject *&pObject) |
| | Find object in the data store. More...
|
| |
| virtual StatusCode | findObject (DataObject *parentObj, int item, DataObject *&pObject) |
| | Find object in the data store. More...
|
| |
| virtual StatusCode | linkObject (IRegistry *from, const std::string &objPath, DataObject *to) |
| | Add a link to another object. More...
|
| |
| virtual StatusCode | linkObject (const std::string &fromPath, const std::string &objPath, DataObject *to) |
| | Add a link to another object. More...
|
| |
| virtual StatusCode | linkObject (DataObject *from, const std::string &objPath, DataObject *to) |
| | Add a link to another object. More...
|
| |
| virtual StatusCode | linkObject (const std::string &fullPath, DataObject *to) |
| | Add a link to another object. More...
|
| |
| virtual StatusCode | unlinkObject (IRegistry *from, const std::string &objPath) |
| | Remove a link to another object. More...
|
| |
| virtual StatusCode | unlinkObject (const std::string &fromPath, const std::string &objPath) |
| | Remove a link to another object. More...
|
| |
| virtual StatusCode | unlinkObject (DataObject *fromObj, const std::string &objPath) |
| | Remove a link to another object. More...
|
| |
| virtual StatusCode | unlinkObject (const std::string &fullPath) |
| | Remove a link to another object. More...
|
| |
| virtual StatusCode | updateObject (IRegistry *pDirectory) |
| | Update object identified by its directory entry. More...
|
| |
| virtual StatusCode | updateObject (const std::string &updatePath) |
| | Update object. More...
|
| |
| virtual StatusCode | updateObject (DataObject *toUpdate) |
| | Update object. More...
|
| |
| virtual StatusCode | updateObject (const std::string &parentPath, const std::string &updatePath) |
| | Update object. More...
|
| |
| virtual StatusCode | updateObject (DataObject *pParent, const std::string &updatePath) |
| | Update object. More...
|
| |
| | DataSvc (const std::string &name, ISvcLocator *svc) |
| | Standard Constructor. More...
|
| |
| virtual | ~DataSvc () |
| | Standard Destructor. More...
|
| |
| | extends2 (A1 a1, A2 a2, A3 a3) |
| | Templated constructor with 3 arguments. More...
|
| |
| | extends2 (A1 a1, A2 a2) |
| | Templated constructor with 2 arguments. More...
|
| |
| | extends2 (A1 a1) |
| | Templated constructor with 1 argument. More...
|
| |
| | extends2 () |
| | Default constructor. More...
|
| |
| virtual | ~extends2 () |
| | Virtual destructor. More...
|
| |
| virtual unsigned long | release () |
| | Release Interface instance. More...
|
| |
| virtual const std::string & | name () const |
| | Retrieve name of the service. More...
|
| |
| virtual StatusCode | configure () |
| | Configuration (from OFFLINE to CONFIGURED). More...
|
| |
| virtual StatusCode | start () |
| | Start (from INITIALIZED to RUNNING). More...
|
| |
| virtual StatusCode | stop () |
| | Stop (from RUNNING to INITIALIZED). More...
|
| |
| virtual StatusCode | terminate () |
| | Initialization (from CONFIGURED to OFFLINE). More...
|
| |
| virtual Gaudi::StateMachine::State | FSMState () const |
| | Get the current state. More...
|
| |
| virtual Gaudi::StateMachine::State | targetFSMState () const |
| | When we are in the middle of a transition, get the state where the transition is leading us. More...
|
| |
| virtual StatusCode | restart () |
| | Initialization (from RUNNING to RUNNING, via INITIALIZED). More...
|
| |
| virtual StatusCode | sysInitialize () |
| | Initialize Service. More...
|
| |
| virtual StatusCode | sysStart () |
| | Initialize Service. More...
|
| |
| virtual StatusCode | sysStop () |
| | Initialize Service. More...
|
| |
| virtual StatusCode | sysFinalize () |
| | Finalize Service. More...
|
| |
| virtual StatusCode | sysReinitialize () |
| | Re-initialize the Service. More...
|
| |
| virtual StatusCode | sysRestart () |
| | Re-initialize the Service. More...
|
| |
| virtual StatusCode | setProperty (const Property &p) |
| | Set the property by property. More...
|
| |
| virtual StatusCode | setProperty (const std::string &s) |
| | Set the property by string. More...
|
| |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| | Set the property by std::string. More...
|
| |
| virtual StatusCode | getProperty (Property *p) const |
| | Get the property by property. More...
|
| |
| virtual const Property & | getProperty (const std::string &name) const |
| | Get the property by name. More...
|
| |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| | Get the property by std::string. More...
|
| |
virtual const std::vector
< Property * > & | getProperties () const |
| | Get list of properties. More...
|
| |
| template<class TYPE > |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| | set the property form the value More...
|
| |
| | Service (const std::string &name, ISvcLocator *svcloc) |
| | Standard Constructor. More...
|
| |
| SmartIF< ISvcLocator > & | serviceLocator () const |
| | Retrieve pointer to service locator. More...
|
| |
| StatusCode | setProperties () |
| | Method for setting declared properties to the values specified for the job. More...
|
| |
| template<class T > |
| StatusCode | service (const std::string &name, const T *&psvc, bool createIf=true) const |
| | Access a service by name, creating it if it doesn't already exist. More...
|
| |
| template<class T > |
| StatusCode | service (const std::string &name, T *&psvc, bool createIf=true) const |
| |
| template<class T > |
| StatusCode | service (const std::string &svcType, const std::string &svcName, T *&psvc) const |
| | Access a service by name and type, creating it if it doesn't already exist. More...
|
| |
| template<class T > |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| | Declare the named property. More...
|
| |
| Property * | declareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const |
| | Declare remote named properties. More...
|
| |
| SmartIF< IAuditorSvc > & | auditorSvc () const |
| | The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
|
| |
| | CommonMessaging (const A1 &a1, const A2 &a2, const A3 &a3) |
| | Templated constructor with 3 arguments. More...
|
| |
| | CommonMessaging (const A1 &a1, const A2 &a2) |
| | Templated constructor with 2 arguments. More...
|
| |
| | CommonMessaging (const A1 &a1) |
| | Templated constructor with 1 argument. More...
|
| |
| | CommonMessaging () |
| | Default constructor. More...
|
| |
| virtual | ~CommonMessaging () |
| | Virtual destructor. More...
|
| |
| SmartIF< IMessageSvc > & | msgSvc () const |
| | The standard message service. More...
|
| |
| MsgStream & | msgStream () const |
| | Return an uninitialized MsgStream. More...
|
| |
| MsgStream & | msgStream (const MSG::Level level) const |
| | Predefined configurable message stream for the efficient printouts. More...
|
| |
| MsgStream & | always () const |
| | shortcut for the method msgStream(MSG::ALWAYS) More...
|
| |
| MsgStream & | fatal () const |
| | shortcut for the method msgStream(MSG::FATAL) More...
|
| |
| MsgStream & | err () const |
| | shortcut for the method msgStream(MSG::ERROR) More...
|
| |
| MsgStream & | error () const |
| | shortcut for the method msgStream(MSG::ERROR) More...
|
| |
| MsgStream & | warning () const |
| | shortcut for the method msgStream(MSG::WARNING) More...
|
| |
| MsgStream & | info () const |
| | shortcut for the method msgStream(MSG::INFO) More...
|
| |
| MsgStream & | debug () const |
| | shortcut for the method msgStream(MSG::DEBUG) More...
|
| |
| MsgStream & | verbose () const |
| | shortcut for the method msgStream(MSG::VERBOSE) More...
|
| |
| MsgStream & | msg () const |
| | shortcut for the method msgStream(MSG::INFO) More...
|
| |
| MSG::Level | msgLevel () const |
| | get the output level from the embedded MsgStream More...
|
| |
| bool | msgLevel (MSG::Level lvl) const |
| | get the output level from the embedded MsgStream More...
|
| |
| virtual | ~extend_interfaces3 () |
| | Virtual destructor. More...
|
| |
| | DeclareInterfaceID (IService, 3, 0) |
| | InterfaceID. More...
|
| |
| virtual | ~IService () |
| | virtual destructor More...
|
| |
| | DeclareInterfaceID (INamedInterface, 1, 0) |
| | InterfaceID. More...
|
| |
| virtual | ~INamedInterface () |
| | Virtual destructor (always needed for abstract classes). More...
|
| |
| virtual unsigned long | addRef ()=0 |
| | Increment the reference count of Interface instance. More...
|
| |
| virtual unsigned long | refCount () const =0 |
| | Current reference count. More...
|
| |
| virtual | ~IInterface () |
| | Virtual destructor. More...
|
| |
| | DeclareInterfaceID (IProperty, 2, 0) |
| | InterfaceID. More...
|
| |
| | DeclareInterfaceID (IStateful, 1, 0) |
| | InterfaceID. More...
|
| |
| virtual | ~IStateful () |
| |
| virtual | ~extend_interfaces2 () |
| | Virtual destructor. More...
|
| |
| | DeclareInterfaceID (IDataProviderSvc, 3, 0) |
| | InterfaceID. More...
|
| |
| virtual | ~IDataProviderSvc () |
| | virtual destructor More...
|
| |
| | DeclareInterfaceID (IDataManagerSvc, 2, 0) |
| | InterfaceID. More...
|
| |
| virtual | ~extend_interfaces1 () |
| | Virtual destructor. More...
|
| |
| | DeclareInterfaceID (IHistogramSvc, 5, 0) |
| | InterfaceID. More...
|
| |
| virtual AIDA::IHistogram1D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| | Book histogram and register it with the histogram data store. More...
|
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, const std::string &opt="")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, double lowY, double highY, const std::string &opt="s")=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram1D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &fullPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IProfile1D * | bookProf (DataObject *pParent, int hID, const std::string &title, std::vector< double > edges)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram2D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IProfile2D * | bookProf (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &fullPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, int hID, const std::string &title, int binsX, double lowX, double highX, int binsY, double lowY, double highY, int binsZ, double lowZ, double highZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &fullPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (const std::string &dirPath, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, const std::string &relPath, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual AIDA::IHistogram3D * | book (DataObject *pParent, int hID, const std::string &title, std::vector< double > edgesX, std::vector< double > edgesY, std::vector< double > edgesZ)=0 |
| |
| virtual StatusCode | registerObject (const std::string &fullPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (const std::string &parentPath, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (const std::string &parentPath, int item, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (DataObject *parentObj, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | registerObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IBaseHistogram *hObj)=0 |
| |
| virtual StatusCode | unregisterObject (AIDA::IBaseHistogram *hObj, const std::string &objectPath)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &fullPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (const std::string &parentPath, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | retrieveObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &fullPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (IRegistry *pDirectory, const std::string &path, AIDA::IHistogram3D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (const std::string &parentPath, int item, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (DataObject *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile1D *&h1dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IProfile2D *&h2dObj)=0 |
| |
| virtual StatusCode | findObject (AIDA::IBaseHistogram *parentObj, const std::string &objPath, AIDA::IHistogram3D *&h3dObj)=0 |
| |
| virtual DataObject * | createPath (const std::string &newPath)=0 |
| |
| virtual DataObject * | createDirectory (const std::string &parentDir, const std::string &subDir)=0 |
| | Create a sub-directory in a directory. More...
|
| |
| virtual | ~IHistogramSvc () |
| | virtual destructor More...
|
| |