St2DHistogram.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _St2DHistogram_H_
15 #define _St2DHistogram_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
31  : public hippodraw::DataRep
32 {
33  public:
34 
37  St2DHistogram ( );
38 
41  virtual DataRep * clone ();
42 
43  virtual bool acceptFunction ( int num );
44 
47  virtual bool hasNTupleBindings () const;
48 
49  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
50 
51 
57  void setBinContents ( const DataSource * source );
58 
59 };
60 
61 } // namespace hippodraw
62 
63 #endif // _St2DHistogram

Generated for HippoDraw Class Library by doxygen