Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JRootToolkit.hh File Reference
#include <limits>
#include "TFile.h"
#include "TStreamerInfo.h"
#include "TList.h"
#include "TIterator.h"
#include "TString.h"
#include "TF1.h"
#include "JROOT/JRootFile.hh"

Go to the source code of this file.

Classes

struct  JROOT::JFitParameter_t
 Auxiliary data structure for a parameter index and its value. More...
 

Namespaces

 JROOT
 Auxiliary classes and methods for ROOT I/O.
 
 JPP
 

Functions

TFile & JROOT::operator<< (TFile &file, const TObject &object)
 Write object to ROOT file. More...
 
const TStreamerInfo * JROOT::getStreamerInfo (TFile *file, const char *name)
 Get ROOT streamer information of class with given name. More...
 
const TStreamerInfo * JROOT::getStreamerInfo (const char *file_name, const char *name)
 Get ROOT streamer information of class with given name. More...
 
int JROOT::getStreamerVersion (TFile *file, const char *name)
 Get ROOT streamer version of class with given name. More...
 
int JROOT::getStreamerVersion (const char *file_name, const char *name)
 Get ROOT streamer version of class with given name. More...
 
bool JROOT::setParameter (TF1 &f1, const JFitParameter_t &parameter)
 Set fit parameter. More...
 
bool JROOT::fixParameter (TF1 &f1, const JFitParameter_t &parameter)
 Fix fit parameter. More...
 
bool JROOT::releaseParameter (TF1 &f1, const Int_t index)
 Release fit parameter. More...
 
bool JROOT::setParLimits (TF1 &f1, const Int_t index, Double_t xmin, Double_t xmax)
 Set fit parameter limits. More...
 
bool JROOT::isParameterFixed (TF1 &f1, const Int_t index)
 Check if fit parameter is fixed. More...