|
ROOT
Reference Guide |
|
Go to the documentation of this file.
29 #ifndef ROOT_TMVA_Results
30 #define ROOT_TMVA_Results
DataSet * GetDataSet() const
returns data set
TH1 * GetHist(const TString &alias) const
TList * GetStorage() const
DataSet * GetDataSet() const
Types::ETreeType fTreeType
const DataSetInfo * GetDataSetInfo() const
Class that contains all the data information.
void Store(TObject *obj, const char *alias=0)
TObject * GetObject(const TString &alias) const
Returns a stored object if it exists.
MsgLogger & Log() const
message logger
Types::ETreeType GetTreeType() const
Class that contains all the data information.
Service class for 2-Dim histogram classes.
void SetTreeType(Types::ETreeType type)
Bool_t DoesExist(const TString &alias) const
Returns true if there is an object stored in the result for a given alias, false otherwise.
Class that is the base-class for a vector of result.
virtual void Delete(Option_t *option="")
delete all stored histograms
virtual ~Results()
destructor
A TGraph is an object made of two arrays X and Y with npoints each.
ostringstream derivative to redirect and format output
Mother of all ROOT objects.
#define ClassDef(name, id)
TH1 is the base class of all histogram classes in ROOT.
TH2 * GetHist2D(const TString &alias) const
std::map< TString, TObject * > * fHistAlias
virtual Types::EAnalysisType GetAnalysisType()
TGraph * GetGraph(const TString &alias) const
create variable transformations
virtual const std::vector< Float_t > & operator[](Int_t ievt) const =0