|
| TFile * | JGIZMO::getFile (const std::string &file_name, const std::string &option="exist") |
| | Get TFile pointer corresponding to give file name. More...
|
| |
| TDirectory * | JGIZMO::getDirectory (const JRootObjectID &id) |
| | Get TDirectory pointer. More...
|
| |
| TObject * | JGIZMO::getObject (const JRootObjectID &id) |
| | Get first TObject with given identifier. More...
|
| |
| bool | JGIZMO::isTAttLine (const TObject *object) |
| | Get drawing option of object. More...
|
| |
| bool | JGIZMO::isTAttFill (const TObject *object) |
| | Get drawing option of object. More...
|
| |
| Double_t | JGIZMO::getResult (const TString &text, TObject *object=NULL) |
| | Get result of given textual formula. More...
|
| |
| Double_t | JGIZMO::getResult (const std::string &text, TObject *object=NULL) |
| | Get result of given textual formula. More...
|
| |
| int | JGIZMO::getParameter (const std::string &text) |
| | Get parameter number from text string. More...
|
| |
| Double_t | JGIZMO::getValue (const std::string &text, TObject *object=NULL) |
| | Get parameter value from text string. More...
|
| |
| Double_t | JGIZMO::getValue (const std::string &text, const int index) |
| | Get parameter value from text string. More...
|
| |
| void | JGIZMO::setLogarithmic (TAxis *axis) |
| | Make histogram axis logarithmic (e.g. after using log10()). More...
|
| |
| TString | JGIZMO::getLogarithmic (const TString &formula, const char parameter) |
| | Make given parameter in formula logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::copy (const TF1 &from, TF1 &to) |
| | Copy function parameters. More...
|
| |
| void | JGIZMO::copy (const TF2 &from, TF2 &to) |
| | Copy function parameters. More...
|
| |
| template<class T > |
| void | JGIZMO::setLogarithmicX (TList *list) |
| | Make x-axis of objects in list logarithmic (e.g. after using log10()). More...
|
| |
| template<class T > |
| void | JGIZMO::setLogarithmicY (TList *list) |
| | Make y-axis of objects in list logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TF1 *f1) |
| | Make x-axis of given function logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TF1 *f1) |
| | Make y-axis of given function logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TF2 *f2) |
| | Make x-axis of given function logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TF2 *f2) |
| | Make y-axis of given function logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TH1 *h1) |
| | Make x-axis and associated functions of given histogram logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TH2 *h2) |
| | Make x-axis and associated functions of given histogram logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TH2 *h2) |
| | Make y-axis and associated functions of given histogram logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TGraph *g1) |
| | Make x-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TGraph *g1) |
| | Make y-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TGraphErrors *g1) |
| | Make x-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TGraphErrors *g1) |
| | Make y-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TGraph2D *g2) |
| | Make x-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TGraph2D *g2) |
| | Make y-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TGraph2DErrors *g2) |
| | Make x-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TGraph2DErrors *g2) |
| | Make y-axis and associated functions of given graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TMultiGraph *gn) |
| | Make x-axis of given multi-graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TMultiGraph *gn) |
| | Make y-axis of given multi-graph logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TLine *line) |
| | Make x-axis of given line logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TLine *line) |
| | Make y-axis of given line logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicX (TEllipse *ellipse) |
| | Make x-axis of given ellipse logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::setLogarithmicY (TEllipse *ellipse) |
| | Make y-axis of given ellipse logarithmic (e.g. after using log10()). More...
|
| |
| void | JGIZMO::convertToPDF (TH1 &h1, const std::string &option="NW", const double factor=1.0) |
| | Convert 1D histogram to PDF. More...
|
| |
| void | JGIZMO::convertToPDF (TH2 &h2, const std::string &option="NXYW", const double factor=1.0) |
| | Convert 2D histogram to PDF. More...
|
| |
| void | JGIZMO::convertToPDF (TH3 &h3, const std::string &option="NXYW", const double factor=1.0) |
| | Convert 3D histogram to PDF. More...
|
| |
| void | JGIZMO::setLimits (TGraph &g1) |
| | Set limits of TGraph. More...
|
| |
| void | JGIZMO::setLimits (TGraph2D &g2) |
| | Set limits of TGraph2D. More...
|
| |
| void | JGIZMO::setRange (double &xmin, double &xmax, const bool logx) |
| | Set axis range. More...
|
| |
| void | JGIZMO::setAxisLabels (TAxis *axis, const JModuleAddressMap &memo) |
| | Set axis with PMT address labels. More...
|
| |
| void | JGIZMO::setAxisLabels (TH1 &h1, const std::string axis, const JModuleAddressMap &memo) |
| | Set axis labels with PMT addresses. More...
|
| |
| bool | JGIZMO::isTObject (const TKey *key) |
| | Check if given key corresponds to a TObject. More...
|
| |
| TObject * | JGIZMO::getObject (TList *ls, const char *const name) |
| | Get first object of which name matches given reguar expression. More...
|
| |
| TF1 * | JGIZMO::getFunction (TH1 *h1, const char *const fcn) |
| | Get function. More...
|
| |
| TF1 * | JGIZMO::getFunction (TGraph *g1, const char *const fcn) |
| | Get function. More...
|
| |
| TF1 * | JGIZMO::getFunction (TGraph2D *g2, const char *const fcn) |
| | Get function. More...
|
| |