Diana Software
baseRootCintIncludes.hh
Go to the documentation of this file.
1 #include "TH1D.h"
2 #include "TH1I.h"
3 #include "TH1F.h"
4 #include "TGraph.h"
5 #include "TGraphErrors.h"
6 #include "TGraphAsymmErrors.h"
7 #include "TF1.h"
8 #include "QDiana.hh"
9 
10 #include <vector>
11 #include <map>
12 #include <list>
13 #include <set>
14 #include <string>
15 
16 using namespace Diana;
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...