JAPAn
Just Another Parity Analyzer
|
Histogram parameter class. More...
#include <QwHistogramHelper.h>
Public Member Functions | |
HistParams () | |
Constructor. | |
bool | operator< (const HistParams &that) const |
Relational less-than operator overload. | |
Data Fields | |
TRegexp | expression |
TString | name_title |
TString | type |
Int_t | nbins |
Int_t | x_nbins |
Float_t | x_min |
Float_t | x_max |
Int_t | y_nbins |
Float_t | y_min |
Float_t | y_max |
Int_t | z_nbins |
Float_t | z_min |
Float_t | z_max |
TString | xtitle |
TString | ytitle |
Float_t | min |
Float_t | max |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const HistParams &h) |
Output stream operator overload. | |
Histogram parameter class.
Definition at line 75 of file QwHistogramHelper.h.
|
inline |
Constructor.
Definition at line 96 of file QwHistogramHelper.h.
References expression.
Referenced by operator<(), and operator<<.
|
inline |
Relational less-than operator overload.
Definition at line 100 of file QwHistogramHelper.h.
References HistParams(), and name_title.
|
friend |
Output stream operator overload.
Definition at line 128 of file QwHistogramHelper.h.
References HistParams(), name_title, type, x_max, x_min, x_nbins, xtitle, y_max, y_min, y_nbins, and ytitle.
TRegexp QwHistogramHelper::HistParams::expression |
Definition at line 77 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and HistParams().
Float_t QwHistogramHelper::HistParams::max |
Definition at line 93 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Float_t QwHistogramHelper::HistParams::min |
Definition at line 92 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::name_title |
Definition at line 78 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromFile(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), QwHistogramHelper::LoadHistParamsFromFile(), operator<(), and operator<<.
Int_t QwHistogramHelper::HistParams::nbins |
Definition at line 80 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::type |
Definition at line 79 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and operator<<.
Float_t QwHistogramHelper::HistParams::x_max |
Definition at line 83 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
Float_t QwHistogramHelper::HistParams::x_min |
Definition at line 82 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
Int_t QwHistogramHelper::HistParams::x_nbins |
Definition at line 81 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
TString QwHistogramHelper::HistParams::xtitle |
Definition at line 90 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and operator<<.
Float_t QwHistogramHelper::HistParams::y_max |
Definition at line 86 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
Float_t QwHistogramHelper::HistParams::y_min |
Definition at line 85 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
Int_t QwHistogramHelper::HistParams::y_nbins |
Definition at line 84 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), and operator<<.
TString QwHistogramHelper::HistParams::ytitle |
Definition at line 91 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and operator<<.
Float_t QwHistogramHelper::HistParams::z_max |
Definition at line 89 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DProf().
Float_t QwHistogramHelper::HistParams::z_min |
Definition at line 88 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DProf().
Int_t QwHistogramHelper::HistParams::z_nbins |
Definition at line 87 of file QwHistogramHelper.h.