Public Member Functions | |
SVEvent () | |
SVEvent (const Event *, Float_t, Bool_t isSignal=kFALSE) | |
constructor | |
SVEvent (const std::vector< Float_t > *, Float_t alpha, Int_t typeFlag, UInt_t ns) | |
constructor | |
SVEvent (const std::vector< Float_t > *svector, Float_t alpha, Float_t alpha_p, Int_t typeFlag) | |
constructor | |
virtual | ~SVEvent () |
destructor | |
Float_t | GetAlpha () const |
Float_t | GetAlpha_p () const |
Float_t | GetCweight () const |
std::vector< Float_t > * | GetDataVector () |
Float_t | GetDeltaAlpha () const |
Float_t | GetErrorCache () const |
Int_t | GetIdx () const |
Float_t * | GetLine () const |
UInt_t | GetNs () const |
Int_t | GetNVar () const |
Float_t | GetTarget () const |
Int_t | GetTypeFlag () const |
Bool_t | IsInI0 () const |
Bool_t | IsInI0a () const |
Bool_t | IsInI0b () const |
Bool_t | IsInI1 () const |
Bool_t | IsInI2 () const |
Bool_t | IsInI3 () const |
void | Print (std::ostream &os) const |
printout | |
void | PrintData () |
printout | |
void | SetAlpha (Float_t alpha) |
void | SetAlpha_p (Float_t alpha) |
void | SetErrorCache (Float_t err_cache) |
void | SetIdx (Int_t idx) |
void | SetIsShrinked (Int_t isshrinked) |
void | SetLine (Float_t *line) |
void | SetNs (UInt_t ns) |
void | UpdateErrorCache (Float_t upercache) |
Private Attributes | |
Float_t | fAlpha |
Float_t | fAlpha_p |
const Float_t | fCweight |
std::vector< Float_t > | fDataVector |
Float_t | fErrorCache |
Int_t | fIdx |
Int_t | fIsShrinked |
Float_t * | fLine |
UInt_t | fNs |
UInt_t | fNVar |
const Float_t | fTarget |
const Int_t | fTypeFlag |
#include <TMVA/SVEvent.h>
TMVA::SVEvent::SVEvent | ( | ) |
Definition at line 43 of file SVEvent.cxx.
constructor
Definition at line 62 of file SVEvent.cxx.
TMVA::SVEvent::SVEvent | ( | const std::vector< Float_t > * | svector, |
Float_t | alpha, | ||
Int_t | typeFlag, | ||
UInt_t | ns | ||
) |
constructor
Definition at line 81 of file SVEvent.cxx.
TMVA::SVEvent::SVEvent | ( | const std::vector< Float_t > * | svector, |
Float_t | alpha, | ||
Float_t | alpha_p, | ||
Int_t | typeFlag | ||
) |
constructor
Definition at line 100 of file SVEvent.cxx.
|
virtual |
destructor
Definition at line 119 of file SVEvent.cxx.
|
inline |
void TMVA::SVEvent::Print | ( | std::ostream & | os | ) | const |
printout
Definition at line 130 of file SVEvent.cxx.
void TMVA::SVEvent::PrintData | ( | ) |
printout
Definition at line 140 of file SVEvent.cxx.