ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/interface/fwliteHelpers.h
(Generate patch)

Comparing UserCode/GPetrucc/interface/fwliteHelpers.h (file contents):
Revision 1.1 by gpetrucc, Wed Jan 27 23:00:05 2010 UTC vs.
Revision 1.2 by gpetrucc, Sun Jan 31 10:20:21 2010 UTC

# Line 6 | Line 6
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"
# Line 33 | Line 37 | namespace helper {
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_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines