Logo ROOT   6.10/09
Reference Guide
Classes | Functions
TSimpleAnalysis.h File Reference
#include <string>
#include <fstream>
#include <vector>
#include <map>
Include dependency graph for TSimpleAnalysis.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ RunSimpleAnalysis()

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.