#include <TKDPDF.h>
|
| TKDPDF () |
|
| TKDPDF (TTree *t, const Char_t *var, const Char_t *cut=0, UInt_t bsize=100, Long64_t nentries=1000000000, Long64_t firstentry=0) |
|
| TKDPDF (Int_t npoints, Int_t ndim, UInt_t bsize, Float_t **data) |
|
| ~TKDPDF () |
|
Bool_t | GetDataPoint (Int_t n, Float_t *p) const |
|
Int_t | GetNodeIndex (const Float_t *p) |
|
void | DrawNode (Int_t tnode, UInt_t ax1=0, UInt_t ax2=1) |
|
| TKDInterpolatorBase (Int_t size=0) |
|
virtual | ~TKDInterpolatorBase () |
|
Bool_t | Bootstrap () |
|
Double_t | Eval (const Double_t *point, Double_t &result, Double_t &error, Bool_t force=kFALSE) |
|
Float_t | GetAlpha () const |
|
Int_t | GetLambda () const |
|
Int_t | GetSize () const |
|
Bool_t | GetCOGPoint (Int_t node, Float_t *&coord, Float_t &val, Float_t &error) const |
|
TKDNodeInfo * | GetNodeInfo (Int_t inode) const |
|
Int_t | GetNTNodes () const |
|
Bool_t | GetRange (Int_t ax, Float_t &min, Float_t &max) const |
|
void | GetStatus (Option_t *opt="") |
|
Bool_t | HasStore () const |
|
Bool_t | UseCOG () const |
|
Bool_t | UseWeights () const |
|
void | DrawProjection (UInt_t ax1=0, UInt_t ax2=1) |
|
void | SetAlpha (Float_t a) |
|
void | SetCOG (Bool_t on=kTRUE) |
|
void | SetStore (Bool_t on=kTRUE) |
|
void | SetWeights (Bool_t on=kTRUE) |
|
Definition at line 20 of file TKDPDF.h.
TKDPDF::TKDPDF |
( |
TTree * |
t, |
|
|
const Char_t * |
var, |
|
|
const Char_t * |
cut = 0 , |
|
|
UInt_t |
bsize = 100 , |
|
|
Long64_t |
nentries = 1000000000 , |
|
|
Long64_t |
firstentry = 0 |
|
) |
| |
TKDPDF::TKDPDF |
( |
Int_t |
npoints, |
|
|
Int_t |
ndim, |
|
|
UInt_t |
bsize, |
|
|
Float_t ** |
data |
|
) |
| |
TKDPDF::TKDPDF |
( |
const TKDPDF & |
| ) |
|
|
private |
Bool_t TKDPDF::Build |
( |
Int_t |
ndim = 0 | ) |
|
|
privatevirtual |
void TKDPDF::DrawNode |
( |
Int_t |
tnode, |
|
|
UInt_t |
ax1 = 0 , |
|
|
UInt_t |
ax2 = 1 |
|
) |
| |
Bool_t TKDPDF::GetDataPoint |
( |
Int_t |
n, |
|
|
Float_t * |
p |
|
) |
| const |
|
inline |
Int_t TKDPDF::GetNodeIndex |
( |
const Float_t * |
p | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: