#include <PolarHist.h>
Public Member Functions | |
| void | DrawAxis (TCanvas &can) |
| void | Fill (float r, float theta, float w=1) |
| void | FillGauss (float r, float theta, float resolution=5, float range=10, float w=1) |
| TH2F *& | GetHist () |
| PolarHist (std::string title, unsigned int nbin, float rmax) | |
| void | SetTitle (std::string title) |
| void | UseDegree () |
| void | UseRadian () |
| ~PolarHist () | |
Private Member Functions | |
| PolarHist () | |
Private Attributes | |
| float | fconvfactor |
| TH2F * | fhist |
| float | frmax |
| std::vector< TGraph * > | fv_axis |
Definition at line 9 of file PolarHist.h.
| PolarHist::PolarHist | ( | std::string | title, |
| unsigned int | nbin, | ||
| float | rmax | ||
| ) |
| PolarHist::~PolarHist | ( | ) |
|
private |
| void PolarHist::DrawAxis | ( | TCanvas & | can | ) |
| void PolarHist::Fill | ( | float | r, |
| float | theta, | ||
| float | w = 1 |
||
| ) |
| void PolarHist::FillGauss | ( | float | r, |
| float | theta, | ||
| float | resolution = 5, |
||
| float | range = 10, |
||
| float | w = 1 |
||
| ) |
|
inline |
Definition at line 18 of file PolarHist.h.
References fhist.
|
inline |
Definition at line 13 of file PolarHist.h.
References fhist.
|
inline |
Definition at line 16 of file PolarHist.h.
References fconvfactor.
|
inline |
Definition at line 17 of file PolarHist.h.
References fconvfactor.
|
private |
Definition at line 26 of file PolarHist.h.
Referenced by UseDegree(), and UseRadian().
|
private |
Definition at line 25 of file PolarHist.h.
Referenced by GetHist(), and SetTitle().
|
private |
Definition at line 27 of file PolarHist.h.
|
private |
Definition at line 28 of file PolarHist.h.