/** incHistROOT.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 INCHISTROOT_H #define INCHISTROOT_H #include "TH1.h" #include "TH2.h" #include "TH3.h" #include "TH1F.h" #include "TH1D.h" #include "TH2F.h" #include "TH2D.h" #include "TH3F.h" #include "TH3D.h" #include "TProfile.h" #endif