6 |
|
|
7 |
|
#include <string> |
8 |
|
#include <Reflex/Type.h> |
9 |
+ |
#include <TH1.h> |
10 |
+ |
#include <TH2.h> |
11 |
+ |
#include <TProfile.h> |
12 |
+ |
#include <TGraph.h> |
13 |
|
|
14 |
|
#if !defined(__CINT__) && !defined(__MAKECINT__) |
15 |
|
#include "CommonTools/Utils/src/ExpressionPtr.h" |
37 |
|
/// obj must point to an object of the correct type! |
38 |
|
bool test(const void *obj) ; |
39 |
|
void print(const void *obj) ; |
40 |
+ |
|
41 |
+ |
void fill1D(const void *obj, TH1 *hist) ; |
42 |
+ |
void fill2D(const void *obj, TH2 *hist2d) ; |
43 |
+ |
void fillProf(const void *obj, TProfile *prof) ; |
44 |
|
private: |
45 |
|
Parser helpme; |
46 |
|
Reflex::Type objType_; |