library: libTMVA
#include "TMVA_Event.h"

TMVA_Event


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

class TMVA_Event

Inheritance Chart:
TMVA_Event

    public:
TMVA_Event() TMVA_Event(vector<Double_t>& v, Double_t w = 1, Int_t t = -1) TMVA_Event(TTree* tree, Int_t ievt, vector<TString>* fInputVars) TMVA_Event(const TMVA_Event&) virtual ~TMVA_Event() static TClass* Class() const vector<Double_t>& GetData() const const Double_t& GetData(Int_t i) const Int_t GetEventSize() const Int_t GetType() const Int_t GetType2() const Double_t GetWeight() const void Insert(Double_t v) virtual TClass* IsA() const TMVA_Event& operator=(const TMVA_Event&) void Print(ostream& os) const TMVA_Event* Read(ifstream& is) void SetType(Int_t t) void SetWeight(Double_t w) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
vector<Double_t> fVar Double_t fWeight Int_t fType

Class Description

                                                                      
 Variables of an event as used for the Binary Tree                    
                                                                      
_______________________________________________________________________

TMVA_Event(TTree* tree, Int_t ievt, std::vector<TString>* fInputVars)

const Double_t& GetData(Int_t i) const

void Print(ostream& os) const

TMVA_Event* Read(ifstream& is)



Inline Functions


                   void ~TMVA_Event()
             TMVA_Event TMVA_Event(vector<Double_t>& v, Double_t w = 1, Int_t t = -1)
             TMVA_Event TMVA_Event(TTree* tree, Int_t ievt, vector<TString>* fInputVars)
        const Double_t& GetData(Int_t i) const
                  Int_t GetEventSize() const
                   void Insert(Double_t v)
                   void SetWeight(Double_t w)
               Double_t GetWeight() const
                  Int_t GetType() const
                  Int_t GetType2() const
                   void SetType(Int_t t)
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
             TMVA_Event TMVA_Event(const TMVA_Event&)
            TMVA_Event& operator=(const TMVA_Event&)


Author: Andreas Hoecker, Helge Voss, Kai Voss
Last update: root/tmva $Id: TMVA_Event.cxx,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.