Get the results of the Fisher Discriminant into a more useful form.
More...
#include <CutOptimizer.h>
|
| FisherResult (const char *fileName="") |
|
TString | getFisherFormula () const |
|
TH2D * | makeTimeHist (int nBinsX, int nBinsY, TTree *t, EColor col, int varInd=0, const char *extraName="") const |
|
virtual void | Print (Option_t *opt="") const |
|
void | getExpressions (std::vector< TString > &expressions) const |
|
double | getWeight (const char *expression) |
|
|
void | getResultFromXML (const char *filename) |
|
void | parseNode (TXMLEngine *xml, XMLNodePointer_t node, Int_t level) |
|
| ClassDef (FisherResult, 1) |
| List of variable weights.
|
|
|
ExpressionMap | fExpressions |
|
WeightMap | fWeights |
| List of variable names.
|
|
Get the results of the Fisher Discriminant into a more useful form.
Definition at line 154 of file CutOptimizer.h.
Acclaim::CutOptimizer::FisherResult::FisherResult |
( |
const char * |
fileName = "" | ) |
|
|
inline |
Default constructor
- Parameters
-
fileName | is the fileName containing the xml |
Definition at line 165 of file CutOptimizer.h.
The documentation for this class was generated from the following files: