51 fDataInput(&dataInput),
52 fDataSetInfoCollection(),
53 fLogger( new
MsgLogger(
"DataSetManager", kINFO) )
86 if (!dsi)
Log() << kFATAL <<
"DataSetInfo object '" << dsiName <<
"' not found" <<
Endl;
87 if (!
fDataInput )
Log() << kFATAL <<
"DataInputHandler object 'fDataInput' not found" <<
Endl;
110 if (dsiInList!=0)
return *dsiInList;
DataSetInfo * GetDataSetInfo(const TString &dsiName)
returns datasetinfo object for given name
TList fDataSetInfoCollection
MsgLogger & Endl(MsgLogger &ml)
DataInputHandler * fDataInput
DataSet * CreateDataSet(const TString &dsiName)
Creates the singleton dataset.
virtual TObject * FindObject(const char *name) const
Find an object in this list using its name.
void SetDataSetManager(DataSetManager *dsm)
virtual const char * GetName() const
Returns name of object.
DataSetManager()
constructor
Class that contains all the data information.
Class that contains all the data information.
Class that contains all the data information.
DataSet * CreateDataSet(DataSetInfo &, DataInputHandler &)
steering the creation of a new dataset
DataSetInfo & AddDataSetInfo(DataSetInfo &dsi)
stores a copy of the dataset info object
TMVA::DataSetFactory * fDatasetFactory
ostringstream derivative to redirect and format output
virtual void Add(TObject *obj)
MsgLogger & Log() const
message logger
~DataSetManager()
destructor fDataSetInfoCollection.SetOwner(); // DSMTEST –> created a segfault because the DataSetI...