star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
H2D.h
Go to the documentation of this file.
1 #ifndef H2_h
2 #define H2_h
3 
4 #include "TH2D.h"
5 #include "TProfile2D.h"
6 
7 
8 class H2D : public TH2D
9 {
10 public:
11 
12  H2D();
13  H2D(const TProfile2D& prof2d);
14 
15  ClassDef(H2D, 1)
16 };
17 
18 #endif
Definition: H2D.h:8