library: libTMVA
#include "TMVA_Tools.h"

TMVA_Tools


namespace description - source file

class TMVA_Tools


    public:
Bool_t CheckSplines(TH1*, TSpline*) void ComputeStat(TTree* theTree, TString theVarName, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Bool_t norm = kFALSE) void ComputeStat(vector<TMVA_Event*>, Int_t ivar, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Bool_t norm = kFALSE) void GetCorrelationMatrix(TTree* theTree, TMatrixTBase<double>* theMatrix, vector<TString>* theVars, Int_t theType) void GetCovarianceMatrix(TTree* theTree, TMatrixTBase<double>* theMatrix, vector<TString>* theVars, Int_t theType, Bool_t norm = kFALSE) Int_t GetIndexMaxElement(vector<Double_t>&) Int_t GetIndexMinElement(vector<Double_t>&) void GetSQRootMatrix(TMatrixTSym<double>* symMat, TMatrixT<double>* sqrtMat) Double_t GetValue(TTree* theTree, Int_t entry, TString varname) Int_t LocateMax(vector<Double_t>) Int_t LocateMin(vector<Double_t>) vector<Double_t> MVADiff(vector<Double_t>&, vector<Double_t>&) Double_t NormHist(TH1* theHist, Double_t norm = 1.0) Double_t NormVariable(Double_t x, Double_t xmin, Double_t xmax) TList* ParseFormatLine(TString theString) TH1* projNormTH1F(TTree* theTree, TString theVarName, TString name, Int_t nbins, Double_t xmin, Double_t xmax, TString cut) void Scale(vector<Double_t>&, Double_t) void Scale(vector<Float_t>&, Float_t) void UsefulSortAscending(vector<vector<Double_t> >&) void UsefulSortAscending(vector<Double_t>&) void UsefulSortDescending(vector<vector<Double_t> >&, vector<TString>* vs = 0) void UsefulSortDescending(vector<Double_t>&)

Class Description

                                                                      
 TMVA_Tools (namespace)                                               
                                                                      
 Global auxiliary applications and data treatment routines            
                                                                      




Inline Functions


               (unknown) ()
                    void ComputeStat(TTree* theTree, TString theVarName, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Bool_t norm = kFALSE)
                    void ComputeStat(vector<TMVA_Event*>, Int_t ivar, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Double_t&, Bool_t norm = kFALSE)
                    TH1* projNormTH1F(TTree* theTree, TString theVarName, TString name, Int_t nbins, Double_t xmin, Double_t xmax, TString cut)
                Double_t NormHist(TH1* theHist, Double_t norm = 1.0)
                  TList* ParseFormatLine(TString theString)
                    void GetCovarianceMatrix(TTree* theTree, TMatrixTBase<double>* theMatrix, vector<TString>* theVars, Int_t theType, Bool_t norm = kFALSE)
                    void GetCorrelationMatrix(TTree* theTree, TMatrixTBase<double>* theMatrix, vector<TString>* theVars, Int_t theType)
                    void GetSQRootMatrix(TMatrixTSym<double>* symMat, TMatrixT<double>* sqrtMat)
                Double_t GetValue(TTree* theTree, Int_t entry, TString varname)
                  Bool_t CheckSplines(TH1*, TSpline*)
                Double_t NormVariable(Double_t x, Double_t xmin, Double_t xmax)
        vector<Double_t> MVADiff(vector<Double_t>&, vector<Double_t>&)
                   Int_t LocateMax(vector<Double_t>)
                   Int_t LocateMin(vector<Double_t>)
                    void Scale(vector<Double_t>&, Double_t)
                    void Scale(vector<Float_t>&, Float_t)
                    void UsefulSortDescending(vector<vector<Double_t> >&, vector<TString>* vs = 0)
                    void UsefulSortAscending(vector<vector<Double_t> >&)
                    void UsefulSortDescending(vector<Double_t>&)
                    void UsefulSortAscending(vector<Double_t>&)
                   Int_t GetIndexMaxElement(vector<Double_t>&)
                   Int_t GetIndexMinElement(vector<Double_t>&)


Author: Andreas Hoecker, Helge Voss, Kai Voss
Last update: root/tmva $Id: TMVA_Tools.h,v 1.1 2006/05/08 12:46:31 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.