ROOT 6.18/05 Reference Guide |
#include <string>
#include <fstream>
#include <vector>
#include <map>
Classes | |
class | TSimpleAnalysis |
A TSimpleAnalysis object creates histograms from a TChain. More... | |
Functions | |
bool | RunSimpleAnalysis (const char *configurationFile) |
Function that allows to create the TSimpleAnalysis object and execute its Configure and Analyze functions. More... | |
bool RunSimpleAnalysis | ( | const char * | configurationFile | ) |
Function that allows to create the TSimpleAnalysis object and execute its Configure and Analyze functions.
param[in] configurationFile - name of the input file used to create the TSimpleAnalysis object
Definition at line 480 of file TSimpleAnalysis.cxx.