Inheritance diagram for TMVA::MyFitness:
Public Member Functions | |
MyFitness () | |
Double_t | EstimatorFunction (std::vector< Double_t > &factors) |
MyFitness () | |
Double_t | EstimatorFunction (std::vector< Double_t > &factors) |
MyFitness (TChain *_chain) | |
Double_t | EstimatorFunction (std::vector< Double_t > &factors) |
void | Print () |
Public Attributes | |
Float_t | nSignal |
Float_t | efficiency |
Float_t | purity |
Float_t | weightsTruePositive |
Float_t | weightsFalsePositive |
Float_t | weightsSignal |
Private Attributes | |
TChain * | chain |
TH1F * | hSignal |
TH1F * | hFP |
TH1F * | hTP |
Definition at line 24 of file TMVAGAexample.cxx.
TMVA::MyFitness::MyFitness | ( | ) | [inline] |
Definition at line 26 of file TMVAGAexample.cxx.
TMVA::MyFitness::MyFitness | ( | ) | [inline] |
Definition at line 26 of file TMVAGAexample2.cxx.
TMVA::MyFitness::MyFitness | ( | TChain * | _chain | ) | [inline] |
Definition at line 317 of file TMVAMultipleBackgroundExample.cxx.
References chain, TChain::Draw(), hFP, hSignal, hTP, TH1::Integral(), nSignal, and weightsSignal.
Implements TMVA::IFitterTarget.
Definition at line 331 of file TMVAMultipleBackgroundExample.cxx.
References chain, TChain::Draw(), efficiency, Form(), hFP, hTP, TH1::Integral(), max, purity, weightsFalsePositive, weightsSignal, and weightsTruePositive.
void TMVA::MyFitness::Print | ( | void | ) | [inline] |
Definition at line 363 of file TMVAMultipleBackgroundExample.cxx.
References efficiency, purity, weightsFalsePositive, weightsSignal, and weightsTruePositive.
Definition at line 375 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and Print().
Definition at line 376 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and Print().
Definition at line 377 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and Print().
Definition at line 378 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and Print().
Definition at line 379 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), MyFitness(), and Print().
TChain* TMVA::MyFitness::chain [private] |
Definition at line 383 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and MyFitness().
TH1F* TMVA::MyFitness::hSignal [private] |
TH1F* TMVA::MyFitness::hFP [private] |
Definition at line 385 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and MyFitness().
TH1F* TMVA::MyFitness::hTP [private] |
Definition at line 386 of file TMVAMultipleBackgroundExample.cxx.
Referenced by EstimatorFunction(), and MyFitness().