ROOT
6.06/09
Reference Guide
|
Definition at line 54 of file DataSetManager.h.
Public Member Functions | |
DataSetManager () | |
DataSetManager (DataInputHandler &dataInput) | |
constructor More... | |
~DataSetManager () | |
destructor fDataSetInfoCollection.SetOwner(); // DSMTEST –> created a segfault because the DataSetInfo-objects got deleted twice More... | |
DataSet * | CreateDataSet (const TString &dsiName) |
Creates the singleton dataset. More... | |
DataSetInfo * | GetDataSetInfo (const TString &dsiName) |
returns datasetinfo object for given name More... | |
DataSetInfo & | AddDataSetInfo (DataSetInfo &dsi) |
stores a copy of the dataset info object More... | |
Private Member Functions | |
DataInputHandler & | DataInput () |
MsgLogger & | Log () const |
Private Attributes | |
TMVA::DataSetFactory * | fDatasetFactory |
DataInputHandler & | fDataInput |
TList | fDataSetInfoCollection |
source of input data More... | |
MsgLogger * | fLogger |
all registered dataset definitions More... | |
#include <TMVA/DataSetManager.h>
TMVA::DataSetManager::DataSetManager | ( | ) |
TMVA::DataSetManager::DataSetManager | ( | DataInputHandler & | dataInput | ) |
constructor
Definition at line 56 of file DataSetManager.cxx.
TMVA::DataSetManager::~DataSetManager | ( | ) |
destructor fDataSetInfoCollection.SetOwner(); // DSMTEST –> created a segfault because the DataSetInfo-objects got deleted twice
Definition at line 68 of file DataSetManager.cxx.
TMVA::DataSetInfo & TMVA::DataSetManager::AddDataSetInfo | ( | DataSetInfo & | dsi | ) |
stores a copy of the dataset info object
Definition at line 99 of file DataSetManager.cxx.
Referenced by TMVA::Reader::Reader().
TMVA::DataSet * TMVA::DataSetManager::CreateDataSet | ( | const TString & | dsiName | ) |
Creates the singleton dataset.
Definition at line 78 of file DataSetManager.cxx.
|
inlineprivate |
Definition at line 90 of file DataSetManager.h.
TMVA::DataSetInfo * TMVA::DataSetManager::GetDataSetInfo | ( | const TString & | dsiName | ) |
returns datasetinfo object for given name
Definition at line 91 of file DataSetManager.cxx.
|
inlineprivate |
Definition at line 95 of file DataSetManager.h.
|
private |
Definition at line 92 of file DataSetManager.h.
Referenced by DataInput().
|
private |
Definition at line 87 of file DataSetManager.h.
|
private |
source of input data
Definition at line 93 of file DataSetManager.h.
|
private |
all registered dataset definitions
Definition at line 94 of file DataSetManager.h.
Referenced by Log().