|
static TLine * | VerticalLine (Int_t i, Color_t col, Double_t x, Double_t low, Double_t high) |
|
virtual | ~TestF () |
|
virtual Test * | MakeTest ()=0 |
|
Test * | DoOne (const Double_t c, const Double_t delta, const Double_t xi, const Double_t sigma, const Int_t n, const Double_t *a, const Double_t xMin, const Double_t xMax, TVirtualPad *pad=0) |
|
Test * | DoUnit (const Double_t sigma, const Double_t xi=1, const Int_t n=10, TVirtualPad *pad=0) |
|
Test * | DoRealistic (TVirtualPad *pad=0) |
|
virtual const char * | Prefix () const =0 |
|
virtual TNtuple * | MakeNTuple () |
|
virtual void | SetupScan (UShort_t mode, TFile *&file, TCanvas *&canvas, TNtuple *&nt) |
|
void | PrintCanvas (TCanvas *c, Double_t xi, Double_t sigma) |
|
virtual void | PreLoop (UShort_t mode, Int_t nVal)=0 |
|
virtual void | Step (UShort_t mode, Int_t i, Int_t j, Int_t n, Test *test, TNtuple *nt)=0 |
|
virtual void | PostLoop (UShort_t mode, TCanvas *can, TNtuple *nt, TFile *out)=0 |
|
void | ScanOne (Bool_t scanSigma, Int_t n, const Double_t *values, Int_t maxN=10) |
|
void | ScanOne (Bool_t scanSigma, const TArrayD &values, Int_t maxN) |
|
void | ScanTwo (Int_t n, const Double_t *values, Int_t maxN=10) |
|
void | ScanTwo (const TArrayD &values, Int_t maxN) |
|
void | Scan (UShort_t mode, Int_t n, const Double_t *values, Int_t maxN) |
|
void | LoopOne (UShort_t mode, Int_t n, const Double_t *values, Int_t maxN, TCanvas *can, TNtuple *nt, TFile *out) |
|
void | LoopTwo (Int_t n, const Double_t *values, Int_t maxN, TCanvas *can, TNtuple *nt, TFile *out) |
|
void | StepIt (UShort_t mode, Double_t xi, Double_t sigma, Int_t maxN, Int_t i, Int_t j, Int_t n, TCanvas *can, TNtuple *nt, TDirectory *p, const char *pre, Double_t v) |
|
Base class for tests
Definition at line 25 of file TestF.C.