![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
Public Member Functions | |
| GMarker ()=default | |
| GMarker (const GMarker &marker) | |
| GMarker (GMarker &&) noexcept=default | |
| GMarker (int tmpX, int tmpY, TH1 *hist) | |
| ~GMarker () | |
| void | Copy (TObject &object) const override |
| void | Draw (Option_t *opt="") override |
| int | GetBinX () const |
| int | GetBinY () const |
| double | GetLocalX () const |
| double | GetLocalY () const |
| bool | operator< (const GMarker &rhs) const |
| GMarker & | operator= (const GMarker &)=default |
| GMarker & | operator= (GMarker &&) noexcept=default |
| void | Print (Option_t *option="") const override |
| void | SetBinX (const int &val) |
| void | SetBinY (const int &val) |
| void | SetColor (Color_t color) |
| void | SetHist (const TH1 *val) |
| void | SetLineX (double x1, double x2, double y1, double y2) |
| void | SetLineY (double x1, double x2, double y1, double y2) |
| void | SetLocalX (const double &val) |
| void | SetLocalY (const double &val) |
| void | SetStyle (Style_t style) |
| void | Update (Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax) |
Private Attributes | |
| const TH1 * | fHist {nullptr} |
| TLine * | fLineX {nullptr} |
| TLine * | fLineY {nullptr} |
Inheritance diagram for GMarker:
Collaboration diagram for GMarker:
|
default |
| GMarker::GMarker | ( | int | tmpX, |
| int | tmpY, | ||
| TH1 * | hist ) |
Definition at line 53 of file GCanvas.cxx.
References fHist.
|
inline |
|
defaultnoexcept |
|
inline |
|
override |
|
inlineoverride |
Definition at line 37 of file GCanvas.h.
References fLineX, and fLineY.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
Definition at line 140 of file GCanvas.h.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
|
inline |
Definition at line 130 of file GCanvas.h.
References fLineX.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
|
inline |
|
inlineoverride |
|
inline |
Definition at line 127 of file GCanvas.h.
References fHist, and SetLineX().
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
Definition at line 128 of file GCanvas.h.
References fHist, and SetLineX().
|
inline |
Definition at line 58 of file GCanvas.h.
References fLineX, and fLineY.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
Definition at line 151 of file GCanvas.h.
References fHist.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
Definition at line 89 of file GCanvas.h.
References fLineX.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), TBGSubtraction::DrawPeakMarkers(), SetBinX(), and SetBinY().
|
inline |
|
inline |
Definition at line 113 of file GCanvas.h.
References fLineX.
Referenced by TBGSubtraction::DrawBGMarkers(), TBGSubtraction::DrawGateMarkers(), and TBGSubtraction::DrawPeakMarkers().
|
inline |
|
inline |
Definition at line 68 of file GCanvas.h.
References fLineX, and fLineY.
Referenced by TBGSubtraction::DrawPeakMarkers().
|
inline |
|
private |
|
private |
Definition at line 155 of file GCanvas.h.
Referenced by ~GMarker(), Copy(), Draw(), GetBinX(), GetLocalX(), operator<(), Print(), SetColor(), SetLineX(), SetLocalX(), SetStyle(), and Update().
|
private |
Definition at line 156 of file GCanvas.h.
Referenced by ~GMarker(), Copy(), Draw(), GetBinY(), GetLocalY(), Print(), SetColor(), SetLineY(), SetLocalY(), SetStyle(), and Update().