33 typedef std::vector<BCDataPoint*> BCDataVector;
96 int ReadDataFromFile(
const char * filename,
const char * treename,
const char * branchnames)
114 int ReadDataFromFileTree(
const char * filename,
const char * treename,
const char * branchnames);
145 BCDataVector * fBCDataVector;
A class representing a data point.
unsigned int GetNValuesPerPoint()
int ReadDataFromFile(const char *filename, const char *treename, const char *branchnames)
A class representing a set of data points.
BCDataSet & operator=(const BCDataSet &bcdataset)
int ReadDataFromFileTree(const char *filename, const char *treename, const char *branchnames)
std::vector< double > GetDataComponents(int index)
int ReadDataFromFileTxt(const char *filename, int nvariables)
BCDataPoint * GetDataPoint(unsigned int index)
unsigned int GetNDataPoints()
void AddDataPoint(BCDataPoint *datapoint)