QwAnalysis
|
Histogram parameter class. More...
#include <QwHistogramHelper.h>
Public Member Functions | |
HistParams () | |
Constructor. More... | |
bool | operator< (const HistParams &that) const |
Relational less-than operator overload. More... | |
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. More... | |
Histogram parameter class.
Definition at line 64 of file QwHistogramHelper.h.
|
inline |
|
inline |
Relational less-than operator overload.
Definition at line 89 of file QwHistogramHelper.h.
References name_title.
|
friend |
Output stream operator overload.
Definition at line 117 of file QwHistogramHelper.h.
TRegexp QwHistogramHelper::HistParams::expression |
Definition at line 66 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine().
Float_t QwHistogramHelper::HistParams::max |
Definition at line 82 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Float_t QwHistogramHelper::HistParams::min |
Definition at line 81 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::name_title |
Definition at line 67 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromFile(), QwHistogramHelper::GetHistParamsFromLine(), QwHistogramHelper::GetHistParamsFromList(), QwHistogramHelper::LoadHistParamsFromFile(), and operator<().
Int_t QwHistogramHelper::HistParams::nbins |
Definition at line 69 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::type |
Definition at line 68 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::GetHistParamsFromLine().
Float_t QwHistogramHelper::HistParams::x_max |
Definition at line 72 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Float_t QwHistogramHelper::HistParams::x_min |
Definition at line 71 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Int_t QwHistogramHelper::HistParams::x_nbins |
Definition at line 70 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::xtitle |
Definition at line 79 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), and QwHistogramHelper::GetHistParamsFromLine().
Float_t QwHistogramHelper::HistParams::y_max |
Definition at line 75 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Float_t QwHistogramHelper::HistParams::y_min |
Definition at line 74 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
Int_t QwHistogramHelper::HistParams::y_nbins |
Definition at line 73 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), QwHistogramHelper::GetHistParamsFromLine(), and QwHistogramHelper::GetHistParamsFromList().
TString QwHistogramHelper::HistParams::ytitle |
Definition at line 80 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct1DHist(), QwHistogramHelper::Construct1DProf(), QwHistogramHelper::Construct2DHist(), QwHistogramHelper::Construct2DProf(), and QwHistogramHelper::GetHistParamsFromLine().
Float_t QwHistogramHelper::HistParams::z_max |
Definition at line 78 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DProf().
Float_t QwHistogramHelper::HistParams::z_min |
Definition at line 77 of file QwHistogramHelper.h.
Referenced by QwHistogramHelper::Construct2DProf().
Int_t QwHistogramHelper::HistParams::z_nbins |
Definition at line 76 of file QwHistogramHelper.h.