![]() |
Reference Documentation |
#include <H_Locator.h>
Definition at line 15 of file H_Locator.h.
Public Methods | |
H_Locator () | |
Constructor. | |
int | init (HepDbApplication *sess, char *path=0) |
Method to initialize the object. | |
int | changeDir (char *) |
Change current node in the HepODBMS naming tree. | |
int | checkCurrentNode () |
Check the current node really exists in the HepODBMS naming tree. | |
H_P_REF (P_Histo1D) Histo1D(char *name) | |
Retrieve the handle of the persistent 1D histogram named name starting from the current node. | |
H_P_REF (P_Histo1D) Histo1D(int id) | |
Retrieve the handle of the persistent 1D histogram named id starting from the current node. | |
H_P_REF (P_Histo1DVar) Histo1DVar(int id) | |
Retrieve the handle of the persistent 1D histogram named id starting from the current node. | |
H_P_REF (P_Histo1DVar) Histo1DVar(char *name) | |
Retrieve the handle of the persistent 1D histogram named name starting from the current node. | |
H_P_REF (P_ProfileHisto1D) ProfileHisto1D(int id) | |
Retrieve the handle of the persistent Profile histogram named id starting from the current node. | |
H_P_REF (P_ProfileHisto1D) ProfileHisto1D(char *name) | |
Retrieve the handle of the persistent Profile histogram named name starting from the current node. | |
H_P_REF (P_ProfileHisto1DVar) ProfileHisto1DVar(int id) | |
Retrieve the handle of the persistent Profile histogram named id starting from the current node. | |
H_P_REF (P_ProfileHisto1DVar) ProfileHisto1DVar(char *name) | |
Retrieve the handle of the persistent Profile histogram named name starting from the current node. | |
H_P_REF (P_Histo2D) Histo2D(int id) | |
Retrieve the handle of the persistent 2D histogram named id starting from the current node. | |
H_P_REF (P_Histo2D) Histo2D(char *name) | |
Retrieve the handle of the persistent 2D histogram named name starting from the current node. | |
H_P_REF (P_Histo2DVar) Histo2DVar(int id) | |
Retrieve the handle of the persistent 2D histogram named id starting from the current node. | |
H_P_REF (P_Histo2DVar) Histo2DVar(char *name) | |
Retrieve the handle of the persistent 2D histogram named name starting from the current node. | |
Private Attributes | |
HepDbApplication * | dbApp |
|
Definition at line 20 of file H_Locator.h. References dbApp. |
|
Returns 1 on success, 0 on failure (e.g. the node does not exist. Definition at line 13 of file H_Locator.cpp. References checkCurrentNode(), dbApp, and HTL_ERR. Referenced by init(). |
|
Returns 1 on success, 0 on failure. Definition at line 4 of file H_Locator.cpp. References dbApp. Referenced by changeDir(). |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
If it doesn't exist or the type does not match, the method returns 0. |
|
It takes a pointer to the HepDbApplication object used to manage transactions sess and the path path to the HepODBMS naming node. Definition at line 24 of file H_Locator.cpp. |
|
Definition at line 17 of file H_Locator.h. Referenced by changeDir(), checkCurrentNode(), H_Locator(), and init(). |
Anaphe documentation generated by Doxygen (www.doxygen.org) |