library: libTMVA
#include "MethodVariable.h"

TMVA::MethodVariable


class description - header file - source file - inheritance tree (.pdf)

class TMVA::MethodVariable : public TMVA::MethodBase

Inheritance Chart:
TObject
<-
TMVA::MethodBase
<-
TMVA::MethodVariable

    public:
MethodVariable(TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = Variable, TDirectory* theTargetDir = 0) MethodVariable(const TMVA::MethodVariable&) virtual ~MethodVariable() static TClass* Class() virtual Double_t GetMvaValue(TMVA::Event* e) virtual TClass* IsA() const TMVA::MethodVariable& operator=(const TMVA::MethodVariable&) virtual void ReadWeightsFromFile() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void Train() virtual void WriteHistosToFile() virtual void WriteWeightsToFile()

Data Members




Class Description

_______________________________________________________________________

 Wrapper class for a single variable "MVA"; this is required for
 the evaluation of the single variable discrimination performance
_______________________________________________________________________
MethodVariable( TString jobName, vector<TString>* theVariables, TTree* theTree, TString theOption, TDirectory* theTargetDir )
 standard constructor
 option string contains variable name - but not only !
 there is a "Var_" prefix, which is useful in the context of later root plotting
 so, remove this part
~MethodVariable( void )
 destructor
void Train( void )
 no training required
Double_t GetMvaValue( TMVA::Event *e )
 "MVA" value is variable value
void WriteWeightsToFile( void )
 nothing to write
void ReadWeightsFromFile( void )
 nothing to read
void WriteHistosToFile( void )
 write special monitoring histograms to file - not implemented for Variable
MethodVariable( TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = "Variable", TDirectory* theTargetDir = 0 )

Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
Last update: root/tmva $Id: MethodVariable.cxx,v 1.3 2006/05/23 19:35:06 brun Exp $
Copyright (c) 2005: *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.