Jpp
|
Auxiliary class to manage set of histograms. More...
#include <JHistogramToolkit.hh>
Public Member Functions | |
void | insert (const JKey &key, const Int_t nx, const Double_t xmin, const Double_t xmax, const double logx=false) |
Insert set of histograms. More... | |
void | Fill (const JFit &fA, const JFit &fB, const bool option) |
Fill histograms. More... | |
void | Scale () |
Scale histograms. More... | |
void | Write (TFile &out) |
Write histograms to file. More... | |
void | Write (const char *file_name) |
Write histograms to file. More... | |
Auxiliary class to manage set of histograms.
Definition at line 160 of file JHistogramToolkit.hh.
|
inline |
Insert set of histograms.
key | key |
nx | number of bins |
xmin | minimal abscissa value |
xmax | maximal abscissa value |
logx | log10(x) |
Definition at line 172 of file JHistogramToolkit.hh.
Fill histograms.
fA | first fit result |
fB | second fit result |
option | option |
Definition at line 194 of file JHistogramToolkit.hh.
|
inline |
Scale histograms.
Definition at line 212 of file JHistogramToolkit.hh.
|
inline |
Write histograms to file.
out | ROOT file |
Definition at line 225 of file JHistogramToolkit.hh.
|
inline |
Write histograms to file.
file_name | file name |
Definition at line 238 of file JHistogramToolkit.hh.