St1DHistogram.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _St1DHistogram_H_
15 #define _St1DHistogram_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
29  : public hippodraw::DataRep
30 {
31  public:
32 
35  St1DHistogram ( );
36 
39  virtual DataRep * clone ();
40 
41  virtual bool acceptFunction ( int num );
42 
47  virtual bool hasErrorDisplay () const;
48 
51  virtual bool hasNTupleBindings () const;
52 
58  void setBinContents ( const DataSource * source );
59 
60  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
61 
62 };
63 
64 } // namespace hippodraw
65 
66 #endif // _St1DHistogram

Generated for HippoDraw Class Library by doxygen