![]() |
GamR
0.0.0
GammaROOT
|
#include <Utilities.hh>
Collaboration diagram for GamR::Utils::Clicker:Public Member Functions | |
| void | GetClick (Int_t, Int_t, Int_t, TObject *) |
| void | GetDrawClick (Int_t, Int_t, Int_t, TObject *) |
| int | GetClicks (TVirtualPad *canvas, int n, std::vector< std::string > &messages, int draw=0, int print=0) |
Public Attributes | |
| int | px |
| int | py |
| double | cx |
| double | cy |
| bool | waiting =false |
| TGraph * | line |
| std::vector< double > | xs |
| std::vector< double > | ys |
Definition at line 29 of file Utilities.hh.
| void GamR::Utils::Clicker::GetClick | ( | Int_t | , |
| Int_t | , | ||
| Int_t | , | ||
| TObject * | ) |
| int GamR::Utils::Clicker::GetClicks | ( | TVirtualPad * | canvas, |
| int | n, | ||
| std::vector< std::string > & | messages, | ||
| int | draw = 0, | ||
| int | print = 0 ) |
Definition at line 127 of file Utilities.cc.
References cx, cy, line, waiting, xs, and ys.
Referenced by GamR::Spect::BackSub2D::AddBackBack(), GamR::Spect::BackSub2D::AddBackDiag(), GamR::Spect::BackSub2D::AddBackX(), GamR::Spect::BackSub2D::AddBackY(), GamR::TK::ClickBPeak(), GamR::Spect::Cursor(), GamR::Spect::DrawCut(), GamR::TK::Gate::SetGate(), GamR::Spect::BackSub2D::SetPeak(), and GamR::Spect::TwoClickCalibrate().
Here is the caller graph for this function:| void GamR::Utils::Clicker::GetDrawClick | ( | Int_t | , |
| Int_t | , | ||
| Int_t | , | ||
| TObject * | ) |
| double GamR::Utils::Clicker::cx |
Definition at line 35 of file Utilities.hh.
Referenced by GetClick(), GetClicks(), and GetDrawClick().
| double GamR::Utils::Clicker::cy |
Definition at line 35 of file Utilities.hh.
Referenced by GetClick(), GetClicks(), and GetDrawClick().
| TGraph* GamR::Utils::Clicker::line |
Definition at line 37 of file Utilities.hh.
Referenced by GamR::Spect::DrawCut(), GetClicks(), and GetDrawClick().
| int GamR::Utils::Clicker::px |
Definition at line 34 of file Utilities.hh.
Referenced by GetClick(), and GetDrawClick().
| int GamR::Utils::Clicker::py |
Definition at line 34 of file Utilities.hh.
Referenced by GetClick(), and GetDrawClick().
| bool GamR::Utils::Clicker::waiting =false |
Definition at line 36 of file Utilities.hh.
Referenced by GamR::Spect::FitPeaks(), GetClick(), GetClicks(), GetDrawClick(), GamR::Spect::TwoPointCalibrate(), and GamR::Spect::TwoPointCalibrate().
| std::vector<double> GamR::Utils::Clicker::xs |
Definition at line 38 of file Utilities.hh.
Referenced by GamR::Spect::BackSub2D::AddBackBack(), GamR::Spect::BackSub2D::AddBackDiag(), GamR::Spect::BackSub2D::AddBackX(), GamR::Spect::BackSub2D::AddBackY(), GamR::TK::ClickBPeak(), GamR::Spect::DrawCut(), GetClicks(), GamR::TK::Gate::SetGate(), GamR::Spect::BackSub2D::SetPeak(), and GamR::Spect::TwoClickCalibrate().
| std::vector<double> GamR::Utils::Clicker::ys |
Definition at line 39 of file Utilities.hh.
Referenced by GamR::Spect::BackSub2D::AddBackBack(), GamR::Spect::BackSub2D::AddBackDiag(), GamR::Spect::BackSub2D::AddBackX(), GamR::Spect::BackSub2D::AddBackY(), GamR::TK::ClickBPeak(), GamR::Spect::DrawCut(), GetClicks(), GamR::TK::Gate::SetGate(), GamR::Spect::BackSub2D::SetPeak(), and GamR::Spect::TwoClickCalibrate().