Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Acclaim::CutOptimizer::FisherResult Class Reference

Get the results of the Fisher Discriminant into a more useful form. More...

#include <CutOptimizer.h>

Public Member Functions

 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)
 

Protected Member Functions

void getResultFromXML (const char *filename)
 
void parseNode (TXMLEngine *xml, XMLNodePointer_t node, Int_t level)
 
 ClassDef (FisherResult, 1)
 List of variable weights.
 

Protected Attributes

ExpressionMap fExpressions
 
WeightMap fWeights
 List of variable names.
 

Detailed Description

Get the results of the Fisher Discriminant into a more useful form.

Definition at line 154 of file CutOptimizer.h.

Inheritance diagram for Acclaim::CutOptimizer::FisherResult:
Inheritance graph
[legend]
Collaboration diagram for Acclaim::CutOptimizer::FisherResult:
Collaboration graph
[legend]

Constructor & Destructor Documentation

Acclaim::CutOptimizer::FisherResult::FisherResult ( const char *  fileName = "")
inline

Default constructor

Parameters
fileNameis the fileName containing the xml

Definition at line 165 of file CutOptimizer.h.


The documentation for this class was generated from the following files: