| 
| template<class T >  | 
| const char *  | JROOT::getName () | 
|   | Get ROOT name of given data type.  
  | 
|   | 
| template<class T >  | 
| const char *  | JROOT::getName (const JType< T > &type) | 
|   | Get ROOT name of given data type.  
  | 
|   | 
| void  | JROOT::resetObject (TH3 *h3, const bool reset=false) | 
|   | Reset TH3 object.  
  | 
|   | 
| void  | JROOT::resetObject (TH2 *h2, const bool reset=false) | 
|   | Reset TH2 object.  
  | 
|   | 
| void  | JROOT::resetObject (TH1 *h1, const bool reset=false) | 
|   | Reset TH1 object.  
  | 
|   | 
| void  | JROOT::resetObject (TGraph *g1, const bool reset=false) | 
|   | Reset TGraph object.  
  | 
|   | 
| void  | JROOT::resetObject (TGraphErrors *g1, const bool reset=false) | 
|   | Reset TGraphErrors object.  
  | 
|   | 
| void  | JROOT::resetObject (TGraphAsymmErrors *g1, const bool reset=false) | 
|   | Reset TGraphAsymmErrors object.  
  | 
|   | 
| void  | JROOT::resetObject (TGraph2D *g2, const bool reset=false) | 
|   | Reset TGraph2D object.  
  | 
|   | 
| void  | JROOT::resetObject (TGraph2DErrors *g2, const bool reset=false) | 
|   | Reset TGraph2DErrors object.  
  | 
|   | 
| void  | JROOT::resetObject (TMultiGraph *gs, const bool reset=false) | 
|   | Reset TMultiGraph object.  
  | 
|   | 
| void  | JROOT::AddPoint (TGraph *g1, const Double_t x, const Double_t y) | 
|   | Add point to TGraph.  
  | 
|   | 
| void  | JROOT::AddPoint (TGraphErrors *g1, const Double_t x, const Double_t y, const Double_t ex, const Double_t ey) | 
|   | Add point to TGraphErrors.  
  | 
|   | 
| void  | JROOT::AddPoint (TGraphAsymmErrors *g1, const Double_t x, const Double_t y, const Double_t exl, const Double_t exh, const Double_t eyl, const Double_t eyh) | 
|   | Add point to TGraphAsymmErrors.  
  | 
|   | 
| void  | JROOT::AddPoint (TGraph2D *g1, const Double_t x, const Double_t y, const Double_t z) | 
|   | Add point to TGraph2D.  
  | 
|   | 
| void  | JROOT::AddPoint (TGraph2DErrors *g1, const Double_t x, const Double_t y, const Double_t z, const Double_t ex, const Double_t ey, const Double_t ez) | 
|   | Add point to TGraph2DErrors.  
  | 
|   | 
| TFile &  | JROOT::operator<< (TFile &file, const TObject &object) | 
|   | Write object to ROOT file.  
  | 
|   | 
| const TStreamerInfo *  | JROOT::getStreamerInfo (TFile *file, const char *const name) | 
|   | Get ROOT streamer information of class with given name.  
  | 
|   | 
| const TStreamerInfo *  | JROOT::getStreamerInfo (const char *const file_name, const char *const name) | 
|   | Get ROOT streamer information of class with given name.  
  | 
|   | 
| int  | JROOT::getStreamerVersion (TFile *file, const char *const name) | 
|   | Get ROOT streamer version of class with given name.  
  | 
|   | 
| int  | JROOT::getStreamerVersion (const char *const file_name, const char *const name) | 
|   | Get ROOT streamer version of class with given name.  
  | 
|   | 
| TString  | JROOT::parse (const TPRegexp ®exp, const TString &string, const int index=1) | 
|   | Match a regular expression with given string and return the specified matched parts.  
  | 
|   | 
| bool  | JROOT::setParameter (TF1 &f1, const JFitParameter_t ¶meter) | 
|   | Set fit parameter.  
  | 
|   | 
| bool  | JROOT::fixParameter (TF1 &f1, const JFitParameter_t ¶meter) | 
|   | Fix fit parameter.  
  | 
|   | 
| bool  | JROOT::releaseParameter (TF1 &f1, const Int_t index) | 
|   | Release fit parameter.  
  | 
|   | 
| bool  | JROOT::setParLimits (TF1 &f1, const Int_t index, Double_t xmin, Double_t xmax) | 
|   | Set fit parameter limits.  
  | 
|   | 
| bool  | JROOT::isParameterFixed (const TF1 &f1, const Int_t index) | 
|   | Check if fit parameter is fixed.  
  | 
|   | 
| TGraph *  | JROOT::histogramToGraph (const TH1 &h1) | 
|   | Helper method to convert a 1D histogram to a graph.  
  | 
|   | 
| TH1 *  | JROOT::projectHistogram (const TH2 &h2, const Double_t xmin, const Double_t xmax, const char projection) | 
|   | Helper method for ROOT histogram projections.  
  | 
|   | 
| std::istream &  | operator>> (std::istream &in, TRegexp &object) | 
|   | Read regular expression from input stream.  
  | 
|   | 
| std::ostream &  | operator<< (std::ostream &out, const TRegexp &object) | 
|   | Write regular expression to output stream.  
  | 
|   | 
| std::istream &  | operator>> (std::istream &in, TFormula &object) | 
|   | Read formula from input stream.  
  | 
|   | 
| std::ostream &  | operator<< (std::ostream &out, const TFormula &object) | 
|   | Write formula to output stream.  
  | 
|   |