

Definition at line 16 of file TCalibrationGraph.h.
Public Member Functions | |
| TCalibrationGraph () | |
| TCalibrationGraph (TCalibrationGraphSet *parent, const int &size, const bool &isResidual=false) | |
| TCalibrationGraph (TCalibrationGraphSet *parent, TGraphErrors *graph) | |
| ~TCalibrationGraph () | |
| void | IsResidual (bool val) |
| bool | IsResidual () |
| Int_t | RemovePoint () override |
| void | VerboseLevel (int val) |
Private Attributes | |
| bool | fIsResidual {false} |
| TCalibrationGraphSet * | fParent {nullptr} |
| int | fVerboseLevel {0} |
#include <TCalibrationGraph.h>
Inheritance diagram for TCalibrationGraph:
Collaboration diagram for TCalibrationGraph:
|
inline |
Definition at line 18 of file TCalibrationGraph.h.
|
inline |
Definition at line 19 of file TCalibrationGraph.h.
|
inline |
Definition at line 20 of file TCalibrationGraph.h.
|
inline |
Definition at line 21 of file TCalibrationGraph.h.
|
inline |
Definition at line 26 of file TCalibrationGraph.h.
References fIsResidual.
|
inline |
Definition at line 27 of file TCalibrationGraph.h.
References fIsResidual.
|
override |
|
inline |
Definition at line 33 of file TCalibrationGraph.h.
References fVerboseLevel.
|
private |
flag to indicate that this graph is for residuals
Definition at line 37 of file TCalibrationGraph.h.
Referenced by ClassImp(), and IsResidual().
|
private |
pointer to the set this graph belongs to
Definition at line 36 of file TCalibrationGraph.h.
Referenced by ClassImp().
|
private |
Changes verbosity from 0 (quiet) to 4 (very verbose)
Definition at line 39 of file TCalibrationGraph.h.
Referenced by ClassImp(), and VerboseLevel().