|
Jpp
|
Map value. More...
#include <JHistogramToolkit.hh>
Public Member Functions | |
| JValue () | |
| Default constructor. More... | |
| JValue (TH1D *hA, TH1D *hB, TH1D *hC, TH1D *hD, bool logx=false) | |
| Constructor. More... | |
| void | Fill (const Double_t xA, const Double_t xB, const bool option) |
| Fill histograms. More... | |
| void | Scale () |
| Scale histograms. More... | |
| void | Write (TFile &out) |
| Write histograms to file. More... | |
Protected Attributes | |
| TH1D * | hA |
| TH1D * | hB |
| TH1D * | hC |
| TH1D * | hD |
| bool | logx |
Map value.
Definition at line 69 of file JHistogramToolkit.hh.
|
inline |
|
inline |
Constructor.
| hA | pointer to histogram |
| hB | pointer to histogram |
| hC | pointer to histogram |
| hD | pointer to histogram |
| logx | log10(x) filling mode |
Definition at line 91 of file JHistogramToolkit.hh.
|
inline |
Fill histograms.
| xA | first abscissa value |
| xB | second abscissa value |
| option | option |
Definition at line 112 of file JHistogramToolkit.hh.
|
inline |
|
inline |
Write histograms to file.
| out | ROOT file |
Definition at line 140 of file JHistogramToolkit.hh.
|
protected |
Definition at line 149 of file JHistogramToolkit.hh.
|
protected |
Definition at line 150 of file JHistogramToolkit.hh.
|
protected |
Definition at line 151 of file JHistogramToolkit.hh.
|
protected |
Definition at line 152 of file JHistogramToolkit.hh.
|
protected |
Definition at line 153 of file JHistogramToolkit.hh.
1.8.5