/** incGraphROOT.h * Collection of header files to be included in one go * Author: Christian Elsasser (elsasser@cern.ch) * Date: 2013-03-26 (last modified: 2013-03-26) * Version: v1.0 * Tested: No (last tested version: none) */ #ifndef INCGRAPHROOT_H #define INCGRAPHROOT_H #include "TGraphAsymmErrors.h" #include "TGraph.h" #include "TGraphErrors.h" #include "TMultiGraph.h" #include "TSpline.h" #endif