Sampling and statistics tools for various multi-dimensional data samples. More...
#include "NcSample.h"
Sampling and statistics tools for various multi-dimensional data samples.
Definition at line 27 of file NcSample.h.
Public Member Functions | |
| NcSample (const char *name="", const char *title="") | |
| NcSample (const NcSample &s) | |
| virtual | ~NcSample () |
| void | Animation (Int_t i, Int_t j, Int_t k, Int_t mode, Int_t m, Int_t delay, TString opt="PFB") |
| void | Animation (Int_t i, Int_t j, Int_t mode, Int_t k, Int_t delay, TString opt="AP") |
| void | Animation (TString nameA, TString nameB, Int_t mode, TString nameC, Int_t delay, TString opt="AP") |
| void | Animation (TString nameA, TString nameB, TString nameC, Int_t mode, TString nameD, Int_t delay, TString opt="PFB") |
| virtual TObject * | Clone (const char *name="") const |
| void | Data (Int_t i=0, Int_t j=0) |
| void | Data (TString nameA, TString nameB="-") |
| Double_t | Digitize (Int_t i, Int_t nbits, Double_t vcal, Int_t mode) |
| Double_t | Digitize (TString name, Int_t nbits, Double_t vcal, Int_t mode) |
| void | Enter (Double_t x) |
| void | Enter (Double_t x, Double_t y) |
| void | Enter (Double_t x, Double_t y, Double_t z) |
| void | Enter (Double_t x, Double_t y, Double_t z, Double_t t) |
| TH1D | Get1DHistogram (Int_t i, Int_t j=0, Bool_t sumw2=kFALSE, Int_t nbx=100, TF1 *f=0) |
| TH1D | Get1DHistogram (TString nameA, TString nameB="-", Bool_t sumw2=kFALSE, Int_t nbx=100, TF1 *f=0) |
| TH2D | Get2DHistogram (Int_t i, Int_t j, Int_t k=0, Bool_t sumw2=kFALSE, Int_t nbx=100, Int_t nby=100, TF1 *f=0) |
| TH2D | Get2DHistogram (TString nameA, TString nameB, TString nameC="-", Bool_t sumw2=kFALSE, Int_t nbx=100, Int_t nby=100, TF1 *f=0) |
| TH3D | Get3DHistogram (Int_t i, Int_t j, Int_t k, Int_t m=0, Bool_t sumw2=kFALSE, Int_t nbx=100, Int_t nby=100, Int_t nbz=100, TF1 *f=0) |
| TH3D | Get3DHistogram (TString nameA, TString nameB, TString nameC, TString nameD="-", Bool_t sumw2=kFALSE, Int_t nbx=100, Int_t nby=100, Int_t nbz=100, TF1 *f=0) |
| Double_t | GetCor (Int_t i, Int_t j) const |
| Double_t | GetCor (TString nameA, TString nameB) const |
| Double_t | GetCov (Int_t i, Int_t j) const |
| Double_t | GetCov (TString nameA, TString nameB) const |
| Double_t | GetCV (Int_t i, Int_t mode=1) const |
| Double_t | GetCV (TString name, Int_t mode=1) const |
| Int_t | GetDimension () const |
| NcSample | GetDtSample (Int_t i, Int_t nc, Int_t store=1, Int_t nmax=0, Int_t order=0) |
| NcSample | GetDtSample (TString name, Int_t nc, Int_t store=1, Int_t nmax=0, Int_t order=0) |
| Double_t | GetEntry (Int_t i, Int_t j, Int_t mode=0, Int_t k=0) |
| Double_t | GetEntry (Int_t i, TString nameA, Int_t mode=0, TString nameB="-") |
| TGraph2D | GetGraph (Int_t i, Int_t j, Int_t k, TF1 *f=0) |
| TGraph2D | GetGraph (Int_t i, Int_t j, Int_t k, TString f) |
| TGraphTime * | GetGraph (Int_t i, Int_t j, Int_t mode, Int_t k, Bool_t smp=kTRUE) |
| TGraph | GetGraph (Int_t i, Int_t j, TF1 *f=0) |
| TGraph | GetGraph (Int_t i, Int_t j, TString f) |
| TGraph | GetGraph (Int_t i, TF1 *f=0) |
| TGraph | GetGraph (Int_t i, TString f) |
| TGraph | GetGraph (TString nameA, TF1 *f=0) |
| TGraphTime * | GetGraph (TString nameA, TString nameB, Int_t mode, TString nameC, Bool_t smp=kTRUE) |
| TGraph | GetGraph (TString nameA, TString nameB, TF1 *f=0) |
| TGraph2D | GetGraph (TString nameA, TString nameB, TString nameC, TF1 *f=0) |
| TGraph2D | GetGraph (TString nameA, TString nameB, TString nameC, TString f) |
| TGraph2DErrors | GetGraph2DErrors (TGraph2D *g, Int_t ix=0, Int_t iy=0, Int_t iz=0, TF1 *fx=0, TF1 *fy=0, TF1 *fz=0) |
| TGraph2DErrors | GetGraph2DErrors (TGraph2D *g, TString nameA, TString nameB, TString nameC, TF1 *fx=0, TF1 *fy=0, TF1 *fz=0) |
| TGraphErrors | GetGraphErrors (TGraph *g, Int_t ix=0, Int_t iy=0, TF1 *fx=0, TF1 *fy=0) |
| TGraphErrors | GetGraphErrors (TGraph *g, TString nameA, TString nameB, TF1 *fx=0, TF1 *fy=0) |
| Int_t | GetIndex (TString name) const |
| Double_t | GetMaximum (Int_t i) const |
| Double_t | GetMaximum (TString name) const |
| Double_t | GetMean (Int_t i) const |
| Double_t | GetMean (TString name) const |
| Double_t | GetMedian (Int_t i) |
| Double_t | GetMedian (TH1 *histo, Int_t mode=0) const |
| Double_t | GetMedian (TString name) |
| Double_t | GetMinimum (Int_t i) const |
| Double_t | GetMinimum (TString name) const |
| Int_t | GetN () const |
| TGraphQQ | GetQQplot (Int_t i, Int_t j, TF1 *f=0) |
| TGraphQQ | GetQQplot (TString nameA, TString nameB, TF1 *f=0) |
| Double_t | GetQuantile (Double_t f, Int_t i) |
| Double_t | GetQuantile (Double_t f, TH1 *histo, Int_t mode=0) const |
| Double_t | GetQuantile (Double_t f, TString name) |
| Double_t | GetRMS (Int_t i) const |
| Double_t | GetRMS (TString name) const |
| TH1D | GetSamplingHistogram (Int_t i, TF1 *f=0) |
| TH1D | GetSamplingHistogram (Int_t i, TString f) |
| TH1D | GetSamplingHistogram (TString nameA, TF1 *f=0) |
| TH1D | GetSamplingHistogram (TString nameA, TString f) |
| Double_t | GetSigma (Int_t i, Int_t model=0) const |
| Double_t | GetSigma (TString name, Int_t model=0) const |
| Double_t | GetSNR (Int_t i, Int_t mode=2, Bool_t db=kTRUE) const |
| Double_t | GetSNR (TString name, Int_t mode=2, Bool_t db=kTRUE) const |
| Double_t | GetSpread (Int_t i, Int_t model=0, Double_t vref=0) |
| Double_t | GetSpread (TH1 *histo, Int_t mode=0, Int_t model=0, Double_t vref=0) const |
| Double_t | GetSpread (TString name, Int_t model=0, Double_t vref=0) |
| Int_t | GetStoreMode () const |
| Int_t | GetStoreNmax () const |
| void | GetSubset (NcSample *s, Int_t ifirst, Int_t ilast, Int_t mode=0, Int_t k=0) |
| Double_t | GetSum (Int_t i) const |
| Double_t | GetSum (TString name) const |
| Double_t | GetVar (Int_t i, Int_t model=0) const |
| Double_t | GetVar (TString name, Int_t model=0) const |
| TString | GetVariableName (Int_t i) const |
| void | ListOrdered (Int_t mode, Int_t i) |
| void | ListOrdered (Int_t mode, TString name) |
| void | Load (TArray *h, Int_t clr=1) |
| void | Load (TGraph *g, Int_t clr=1) |
| void | Load (TGraph2D *g, Int_t clr=1) |
| void | Load (TH1 *h, Int_t clr=1) |
| void | Remove (Double_t x) |
| void | Remove (Double_t x, Double_t y) |
| void | Remove (Double_t x, Double_t y, Double_t z) |
| void | Remove (Double_t x, Double_t y, Double_t z, Double_t t) |
| void | RemoveEntry (Int_t i, Int_t j, Int_t mode, Int_t k) |
| void | RemoveEntry (Int_t i, Int_t j, Int_t mode, TString name) |
| void | RemoveEntry (Int_t i, Int_t mode, Int_t j) |
| void | RemoveEntry (Int_t i, Int_t mode, TString name) |
| void | Reset () |
| NcSample | SampleAndHold (TF1 f, Double_t step, Double_t vmin, Double_t vmax, Int_t loc=-1) const |
| NcSample | SampleAndSum (Int_t i, Double_t step, Int_t loc=0, Int_t j=0, Double_t vmin=0, Double_t vmax=-1) |
| NcSample | SampleAndSum (TString nameA, Double_t step, Int_t loc=0, TString nameB="-", Double_t vmin=0, Double_t vmax=-1) |
| void | SetNames (TString name1="X", TString name2="Y", TString name3="Z", TString name4="T") |
| void | SetStoreMode (Int_t mode=1, Int_t nmax=0, Int_t i=0) |
| Long64_t | Transmit (Int_t i, Int_t nbits, Double_t range, Double_t Vbias=0, TArray *peds=0, TH1 *hist=0, Int_t B=0, Int_t C=3) |
| Long64_t | Transmit (TString name, Int_t nbits, Double_t range, Double_t Vbias=0, TArray *peds=0, TH1 *hist=0, Int_t B=0, Int_t C=3) |
Protected Types | |
| enum | { fMaxdim =4 } |
Protected Member Functions | |
| TArrayL64 | ADC (Int_t nbits, Double_t range, Double_t Vbias=0, TArray *Vsig=0, TH1 *hist=0, Int_t B=0, Int_t C=3) const |
| void | Compute () |
| TArrayD | DAC (Int_t nbits, Double_t range, Double_t Vbias=0, TArray *adcs=0, TArray *peds=0, TH1 *hist=0, Int_t B=0, Int_t C=3) const |
| void | List (Int_t i) |
| void | List (Int_t i, Int_t j) const |
| void | Order (Int_t mode, Int_t i) |
Protected Attributes | |
| TObject * | fAnimObject |
| ! Multi-purpose pointer for animation objects | |
| TArrayD * | fArr |
| ! Temp. storage array for ordered values | |
| TCanvas * | fCanvas |
| ! Multi-purpose canvas for e.g. animation displays | |
| Double_t | fCor [fMaxdim][fMaxdim] |
| Double_t | fCov [fMaxdim][fMaxdim] |
| Int_t | fDim |
| TGraphTime * | fGraphT |
| ! Temp. pointer to return a TGraphTime object | |
| TArrayI * | fIndices |
| ! Temp. storage array for the indices of the ordered entries | |
| Double_t | fMax [fMaxdim] |
| Double_t | fMean [fMaxdim] |
| Double_t | fMin [fMaxdim] |
| Int_t | fMoveVariable |
| Int_t | fN |
| TString | fNames [fMaxdim] |
| Int_t | fNmax |
| Int_t | fOrdered |
| ! Indicator of the status of the current ordering | |
| Int_t | fRemove |
| Double_t | fRMSdev [fMaxdim] |
| Double_t | fSigma [fMaxdim] |
| Int_t | fStore |
| Double_t | fSum [fMaxdim] |
| Double_t | fSum2 [fMaxdim][fMaxdim] |
| TArrayD * | fT |
| TArrayD * | fX |
| TArrayD * | fY |
| TArrayD * | fZ |
|
protected |
| Enumerator | |
|---|---|
| fMaxdim | |
Definition at line 142 of file NcSample.h.
| NcSample::NcSample | ( | const char * | name = "", |
| const char * | title = "" ) |
Definition at line 91 of file NcSample.cxx.
|
virtual |
Definition at line 120 of file NcSample.cxx.
| NcSample::NcSample | ( | const NcSample & | s | ) |
Definition at line 175 of file NcSample.cxx.
|
protected |
Definition at line 5209 of file NcSample.cxx.
| void NcSample::Animation | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | k, | ||
| Int_t | mode, | ||
| Int_t | m, | ||
| Int_t | delay, | ||
| TString | opt = "PFB" ) |
Definition at line 4815 of file NcSample.cxx.
| void NcSample::Animation | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | mode, | ||
| Int_t | k, | ||
| Int_t | delay, | ||
| TString | opt = "AP" ) |
Definition at line 4701 of file NcSample.cxx.
| void NcSample::Animation | ( | TString | nameA, |
| TString | nameB, | ||
| Int_t | mode, | ||
| TString | nameC, | ||
| Int_t | delay, | ||
| TString | opt = "AP" ) |
Definition at line 4782 of file NcSample.cxx.
| void NcSample::Animation | ( | TString | nameA, |
| TString | nameB, | ||
| TString | nameC, | ||
| Int_t | mode, | ||
| TString | nameD, | ||
| Int_t | delay, | ||
| TString | opt = "PFB" ) |
Definition at line 4901 of file NcSample.cxx.
|
virtual |
Definition at line 6090 of file NcSample.cxx.
|
protected |
Definition at line 1144 of file NcSample.cxx.
|
protected |
Definition at line 5426 of file NcSample.cxx.
| void NcSample::Data | ( | Int_t | i = 0, |
| Int_t | j = 0 ) |
Definition at line 1474 of file NcSample.cxx.
| void NcSample::Data | ( | TString | nameA, |
| TString | nameB = "-" ) |
Definition at line 1568 of file NcSample.cxx.
| Double_t NcSample::Digitize | ( | Int_t | i, |
| Int_t | nbits, | ||
| Double_t | vcal, | ||
| Int_t | mode ) |
Definition at line 4935 of file NcSample.cxx.
| Double_t NcSample::Digitize | ( | TString | name, |
| Int_t | nbits, | ||
| Double_t | vcal, | ||
| Int_t | mode ) |
Definition at line 5139 of file NcSample.cxx.
| void NcSample::Enter | ( | Double_t | x | ) |
Definition at line 357 of file NcSample.cxx.
| void NcSample::Enter | ( | Double_t | x, |
| Double_t | y ) |
Definition at line 452 of file NcSample.cxx.
| void NcSample::Enter | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z ) |
Definition at line 565 of file NcSample.cxx.
| void NcSample::Enter | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | t ) |
Definition at line 700 of file NcSample.cxx.
| TH1D NcSample::Get1DHistogram | ( | Int_t | i, |
| Int_t | j = 0, | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 2755 of file NcSample.cxx.
| TH1D NcSample::Get1DHistogram | ( | TString | nameA, |
| TString | nameB = "-", | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 2837 of file NcSample.cxx.
| TH2D NcSample::Get2DHistogram | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | k = 0, | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| Int_t | nby = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 2859 of file NcSample.cxx.
| TH2D NcSample::Get2DHistogram | ( | TString | nameA, |
| TString | nameB, | ||
| TString | nameC = "-", | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| Int_t | nby = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 2953 of file NcSample.cxx.
| TH3D NcSample::Get3DHistogram | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | k, | ||
| Int_t | m = 0, | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| Int_t | nby = 100, | ||
| Int_t | nbz = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 2977 of file NcSample.cxx.
| TH3D NcSample::Get3DHistogram | ( | TString | nameA, |
| TString | nameB, | ||
| TString | nameC, | ||
| TString | nameD = "-", | ||
| Bool_t | sumw2 = kFALSE, | ||
| Int_t | nbx = 100, | ||
| Int_t | nby = 100, | ||
| Int_t | nbz = 100, | ||
| TF1 * | f = 0 ) |
Definition at line 3080 of file NcSample.cxx.
| Double_t NcSample::GetCor | ( | Int_t | i, |
| Int_t | j ) const |
Definition at line 1443 of file NcSample.cxx.
| Double_t NcSample::GetCor | ( | TString | nameA, |
| TString | nameB ) const |
Definition at line 1461 of file NcSample.cxx.
| Double_t NcSample::GetCov | ( | Int_t | i, |
| Int_t | j ) const |
Definition at line 1412 of file NcSample.cxx.
| Double_t NcSample::GetCov | ( | TString | nameA, |
| TString | nameB ) const |
Definition at line 1430 of file NcSample.cxx.
| Double_t NcSample::GetCV | ( | Int_t | i, |
| Int_t | mode = 1 ) const |
Definition at line 4628 of file NcSample.cxx.
| Double_t NcSample::GetCV | ( | TString | name, |
| Int_t | mode = 1 ) const |
Definition at line 4671 of file NcSample.cxx.
| Int_t NcSample::GetDimension | ( | ) | const |
Definition at line 1188 of file NcSample.cxx.
| NcSample NcSample::GetDtSample | ( | Int_t | i, |
| Int_t | nc, | ||
| Int_t | store = 1, | ||
| Int_t | nmax = 0, | ||
| Int_t | order = 0 ) |
Definition at line 2502 of file NcSample.cxx.
| NcSample NcSample::GetDtSample | ( | TString | name, |
| Int_t | nc, | ||
| Int_t | store = 1, | ||
| Int_t | nmax = 0, | ||
| Int_t | order = 0 ) |
Definition at line 2592 of file NcSample.cxx.
| Double_t NcSample::GetEntry | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | mode = 0, | ||
| Int_t | k = 0 ) |
Definition at line 2340 of file NcSample.cxx.
| Double_t NcSample::GetEntry | ( | Int_t | i, |
| TString | nameA, | ||
| Int_t | mode = 0, | ||
| TString | nameB = "-" ) |
Definition at line 2411 of file NcSample.cxx.
| TGraph2D NcSample::GetGraph | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | k, | ||
| TF1 * | f = 0 ) |
Definition at line 3701 of file NcSample.cxx.
| TGraph2D NcSample::GetGraph | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | k, | ||
| TString | f ) |
Definition at line 3779 of file NcSample.cxx.
| TGraphTime * NcSample::GetGraph | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | mode, | ||
| Int_t | k, | ||
| Bool_t | smp = kTRUE ) |
Definition at line 3546 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | Int_t | i, |
| Int_t | j, | ||
| TF1 * | f = 0 ) |
Definition at line 3203 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | Int_t | i, |
| Int_t | j, | ||
| TString | f ) |
Definition at line 3269 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | Int_t | i, |
| TF1 * | f = 0 ) |
Definition at line 3105 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | Int_t | i, |
| TString | f ) |
Definition at line 3168 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | TString | nameA, |
| TF1 * | f = 0 ) |
Definition at line 3185 of file NcSample.cxx.
| TGraphTime * NcSample::GetGraph | ( | TString | nameA, |
| TString | nameB, | ||
| Int_t | mode, | ||
| TString | nameC, | ||
| Bool_t | smp = kTRUE ) |
Definition at line 3654 of file NcSample.cxx.
| TGraph NcSample::GetGraph | ( | TString | nameA, |
| TString | nameB, | ||
| TF1 * | f = 0 ) |
Definition at line 3286 of file NcSample.cxx.
| TGraph2D NcSample::GetGraph | ( | TString | nameA, |
| TString | nameB, | ||
| TString | nameC, | ||
| TF1 * | f = 0 ) |
Definition at line 3796 of file NcSample.cxx.
| TGraph2D NcSample::GetGraph | ( | TString | nameA, |
| TString | nameB, | ||
| TString | nameC, | ||
| TString | f ) |
Definition at line 3816 of file NcSample.cxx.
| TGraph2DErrors NcSample::GetGraph2DErrors | ( | TGraph2D * | g, |
| Int_t | ix = 0, | ||
| Int_t | iy = 0, | ||
| Int_t | iz = 0, | ||
| TF1 * | fx = 0, | ||
| TF1 * | fy = 0, | ||
| TF1 * | fz = 0 ) |
Definition at line 3832 of file NcSample.cxx.
| TGraph2DErrors NcSample::GetGraph2DErrors | ( | TGraph2D * | g, |
| TString | nameA, | ||
| TString | nameB, | ||
| TString | nameC, | ||
| TF1 * | fx = 0, | ||
| TF1 * | fy = 0, | ||
| TF1 * | fz = 0 ) |
Definition at line 4079 of file NcSample.cxx.
| TGraphErrors NcSample::GetGraphErrors | ( | TGraph * | g, |
| Int_t | ix = 0, | ||
| Int_t | iy = 0, | ||
| TF1 * | fx = 0, | ||
| TF1 * | fy = 0 ) |
Definition at line 3305 of file NcSample.cxx.
| TGraphErrors NcSample::GetGraphErrors | ( | TGraph * | g, |
| TString | nameA, | ||
| TString | nameB, | ||
| TF1 * | fx = 0, | ||
| TF1 * | fy = 0 ) |
Definition at line 3496 of file NcSample.cxx.
| Int_t NcSample::GetIndex | ( | TString | name | ) | const |
Definition at line 1125 of file NcSample.cxx.
| Double_t NcSample::GetMaximum | ( | Int_t | i | ) | const |
Definition at line 2110 of file NcSample.cxx.
| Double_t NcSample::GetMaximum | ( | TString | name | ) | const |
Definition at line 2152 of file NcSample.cxx.
| Double_t NcSample::GetMean | ( | Int_t | i | ) | const |
Definition at line 1263 of file NcSample.cxx.
| Double_t NcSample::GetMean | ( | TString | name | ) | const |
Definition at line 1280 of file NcSample.cxx.
| Double_t NcSample::GetMedian | ( | Int_t | i | ) |
Definition at line 1925 of file NcSample.cxx.
| Double_t NcSample::GetMedian | ( | TH1 * | histo, |
| Int_t | mode = 0 ) const |
Definition at line 2242 of file NcSample.cxx.
| Double_t NcSample::GetMedian | ( | TString | name | ) |
Definition at line 1948 of file NcSample.cxx.
| Double_t NcSample::GetMinimum | ( | Int_t | i | ) | const |
Definition at line 2054 of file NcSample.cxx.
| Double_t NcSample::GetMinimum | ( | TString | name | ) | const |
Definition at line 2096 of file NcSample.cxx.
| Int_t NcSample::GetN | ( | ) | const |
Definition at line 1199 of file NcSample.cxx.
| TGraphQQ NcSample::GetQQplot | ( | Int_t | i, |
| Int_t | j, | ||
| TF1 * | f = 0 ) |
Definition at line 4135 of file NcSample.cxx.
| TGraphQQ NcSample::GetQQplot | ( | TString | nameA, |
| TString | nameB, | ||
| TF1 * | f = 0 ) |
Definition at line 4221 of file NcSample.cxx.
| Double_t NcSample::GetQuantile | ( | Double_t | f, |
| Int_t | i ) |
Definition at line 1836 of file NcSample.cxx.
| Double_t NcSample::GetQuantile | ( | Double_t | f, |
| TH1 * | histo, | ||
| Int_t | mode = 0 ) const |
Definition at line 2166 of file NcSample.cxx.
| Double_t NcSample::GetQuantile | ( | Double_t | f, |
| TString | name ) |
Definition at line 1902 of file NcSample.cxx.
| Double_t NcSample::GetRMS | ( | Int_t | i | ) | const |
Definition at line 1292 of file NcSample.cxx.
| Double_t NcSample::GetRMS | ( | TString | name | ) | const |
Definition at line 1318 of file NcSample.cxx.
| TH1D NcSample::GetSamplingHistogram | ( | Int_t | i, |
| TF1 * | f = 0 ) |
Definition at line 2649 of file NcSample.cxx.
| TH1D NcSample::GetSamplingHistogram | ( | Int_t | i, |
| TString | f ) |
Definition at line 2703 of file NcSample.cxx.
| TH1D NcSample::GetSamplingHistogram | ( | TString | nameA, |
| TF1 * | f = 0 ) |
Definition at line 2720 of file NcSample.cxx.
| TH1D NcSample::GetSamplingHistogram | ( | TString | nameA, |
| TString | f ) |
Definition at line 2738 of file NcSample.cxx.
| Double_t NcSample::GetSigma | ( | Int_t | i, |
| Int_t | model = 0 ) const |
Definition at line 1373 of file NcSample.cxx.
| Double_t NcSample::GetSigma | ( | TString | name, |
| Int_t | model = 0 ) const |
Definition at line 1397 of file NcSample.cxx.
| Double_t NcSample::GetSNR | ( | Int_t | i, |
| Int_t | mode = 2, | ||
| Bool_t | db = kTRUE ) const |
Definition at line 4409 of file NcSample.cxx.
| Double_t NcSample::GetSNR | ( | TString | name, |
| Int_t | mode = 2, | ||
| Bool_t | db = kTRUE ) const |
Definition at line 4545 of file NcSample.cxx.
| Double_t NcSample::GetSpread | ( | Int_t | i, |
| Int_t | model = 0, | ||
| Double_t | vref = 0 ) |
Definition at line 1971 of file NcSample.cxx.
| Double_t NcSample::GetSpread | ( | TH1 * | histo, |
| Int_t | mode = 0, | ||
| Int_t | model = 0, | ||
| Double_t | vref = 0 ) const |
Definition at line 2261 of file NcSample.cxx.
| Double_t NcSample::GetSpread | ( | TString | name, |
| Int_t | model = 0, | ||
| Double_t | vref = 0 ) |
Definition at line 2028 of file NcSample.cxx.
| Int_t NcSample::GetStoreMode | ( | ) | const |
Definition at line 1814 of file NcSample.cxx.
| Int_t NcSample::GetStoreNmax | ( | ) | const |
Definition at line 1825 of file NcSample.cxx.
| void NcSample::GetSubset | ( | NcSample * | s, |
| Int_t | ifirst, | ||
| Int_t | ilast, | ||
| Int_t | mode = 0, | ||
| Int_t | k = 0 ) |
Definition at line 2436 of file NcSample.cxx.
| Double_t NcSample::GetSum | ( | Int_t | i | ) | const |
Definition at line 1232 of file NcSample.cxx.
| Double_t NcSample::GetSum | ( | TString | name | ) | const |
Definition at line 1251 of file NcSample.cxx.
| Double_t NcSample::GetVar | ( | Int_t | i, |
| Int_t | model = 0 ) const |
Definition at line 1335 of file NcSample.cxx.
| Double_t NcSample::GetVar | ( | TString | name, |
| Int_t | model = 0 ) const |
Definition at line 1358 of file NcSample.cxx.
| TString NcSample::GetVariableName | ( | Int_t | i | ) | const |
Definition at line 1210 of file NcSample.cxx.
|
protected |
Definition at line 1704 of file NcSample.cxx.
|
protected |
Definition at line 1736 of file NcSample.cxx.
| void NcSample::ListOrdered | ( | Int_t | mode, |
| Int_t | i ) |
Definition at line 1601 of file NcSample.cxx.
| void NcSample::ListOrdered | ( | Int_t | mode, |
| TString | name ) |
Definition at line 1683 of file NcSample.cxx.
| void NcSample::Load | ( | TArray * | h, |
| Int_t | clr = 1 ) |
Definition at line 4370 of file NcSample.cxx.
| void NcSample::Load | ( | TGraph * | g, |
| Int_t | clr = 1 ) |
Definition at line 4240 of file NcSample.cxx.
| void NcSample::Load | ( | TGraph2D * | g, |
| Int_t | clr = 1 ) |
Definition at line 4281 of file NcSample.cxx.
| void NcSample::Load | ( | TH1 * | h, |
| Int_t | clr = 1 ) |
Definition at line 4323 of file NcSample.cxx.
|
protected |
Definition at line 991 of file NcSample.cxx.
| void NcSample::Remove | ( | Double_t | x | ) |
Definition at line 410 of file NcSample.cxx.
| void NcSample::Remove | ( | Double_t | x, |
| Double_t | y ) |
Definition at line 515 of file NcSample.cxx.
| void NcSample::Remove | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z ) |
Definition at line 640 of file NcSample.cxx.
| void NcSample::Remove | ( | Double_t | x, |
| Double_t | y, | ||
| Double_t | z, | ||
| Double_t | t ) |
Definition at line 786 of file NcSample.cxx.
| void NcSample::RemoveEntry | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | mode, | ||
| Int_t | k ) |
Definition at line 945 of file NcSample.cxx.
| void NcSample::RemoveEntry | ( | Int_t | i, |
| Int_t | j, | ||
| Int_t | mode, | ||
| TString | name ) |
Definition at line 968 of file NcSample.cxx.
| void NcSample::RemoveEntry | ( | Int_t | i, |
| Int_t | mode, | ||
| Int_t | j ) |
Definition at line 858 of file NcSample.cxx.
| void NcSample::RemoveEntry | ( | Int_t | i, |
| Int_t | mode, | ||
| TString | name ) |
Definition at line 917 of file NcSample.cxx.
| void NcSample::Reset | ( | ) |
Definition at line 255 of file NcSample.cxx.
| NcSample NcSample::SampleAndHold | ( | TF1 | f, |
| Double_t | step, | ||
| Double_t | vmin, | ||
| Double_t | vmax, | ||
| Int_t | loc = -1 ) const |
Definition at line 5890 of file NcSample.cxx.
| NcSample NcSample::SampleAndSum | ( | Int_t | i, |
| Double_t | step, | ||
| Int_t | loc = 0, | ||
| Int_t | j = 0, | ||
| Double_t | vmin = 0, | ||
| Double_t | vmax = -1 ) |
Definition at line 5945 of file NcSample.cxx.
| NcSample NcSample::SampleAndSum | ( | TString | nameA, |
| Double_t | step, | ||
| Int_t | loc = 0, | ||
| TString | nameB = "-", | ||
| Double_t | vmin = 0, | ||
| Double_t | vmax = -1 ) |
Definition at line 6056 of file NcSample.cxx.
| void NcSample::SetNames | ( | TString | name1 = "X", |
| TString | name2 = "Y", | ||
| TString | name3 = "Z", | ||
| TString | name4 = "T" ) |
Definition at line 327 of file NcSample.cxx.
| void NcSample::SetStoreMode | ( | Int_t | mode = 1, |
| Int_t | nmax = 0, | ||
| Int_t | i = 0 ) |
Definition at line 1756 of file NcSample.cxx.
| Long64_t NcSample::Transmit | ( | Int_t | i, |
| Int_t | nbits, | ||
| Double_t | range, | ||
| Double_t | Vbias = 0, | ||
| TArray * | peds = 0, | ||
| TH1 * | hist = 0, | ||
| Int_t | B = 0, | ||
| Int_t | C = 3 ) |
Definition at line 5655 of file NcSample.cxx.
| Long64_t NcSample::Transmit | ( | TString | name, |
| Int_t | nbits, | ||
| Double_t | range, | ||
| Double_t | Vbias = 0, | ||
| TArray * | peds = 0, | ||
| TH1 * | hist = 0, | ||
| Int_t | B = 0, | ||
| Int_t | C = 3 ) |
Definition at line 5809 of file NcSample.cxx.
|
protected |
! Multi-purpose pointer for animation objects
Definition at line 166 of file NcSample.h.
|
protected |
! Temp. storage array for ordered values
Definition at line 161 of file NcSample.h.
|
protected |
! Multi-purpose canvas for e.g. animation displays
Definition at line 165 of file NcSample.h.
Definition at line 150 of file NcSample.h.
Definition at line 149 of file NcSample.h.
|
protected |
Definition at line 140 of file NcSample.h.
|
protected |
! Temp. pointer to return a TGraphTime object
Definition at line 164 of file NcSample.h.
|
protected |
! Temp. storage array for the indices of the ordered entries
Definition at line 162 of file NcSample.h.
|
protected |
Definition at line 152 of file NcSample.h.
|
protected |
Definition at line 146 of file NcSample.h.
|
protected |
Definition at line 151 of file NcSample.h.
|
protected |
Definition at line 156 of file NcSample.h.
|
protected |
Definition at line 141 of file NcSample.h.
|
protected |
Definition at line 143 of file NcSample.h.
|
protected |
Definition at line 155 of file NcSample.h.
|
protected |
! Indicator of the status of the current ordering
Definition at line 163 of file NcSample.h.
|
protected |
Definition at line 153 of file NcSample.h.
|
protected |
Definition at line 147 of file NcSample.h.
|
protected |
Definition at line 148 of file NcSample.h.
|
protected |
Definition at line 154 of file NcSample.h.
|
protected |
Definition at line 144 of file NcSample.h.
Definition at line 145 of file NcSample.h.
|
protected |
Definition at line 160 of file NcSample.h.
|
protected |
Definition at line 157 of file NcSample.h.
|
protected |
Definition at line 158 of file NcSample.h.
|
protected |
Definition at line 159 of file NcSample.h.