Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

St2DHistogram.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _St2DHistogram_H_
00015 #define _St2DHistogram_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00028 class MDL_HIPPOPLOT_API St2DHistogram : public DataRep
00029 {
00030  public:
00031 
00034   St2DHistogram ( );
00035 
00038   virtual DataRep  * clone ();
00039 
00040   virtual bool acceptFunction ( int num );
00041 
00044   virtual bool hasNTupleBindings () const;
00045 
00046   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00047 
00048 
00054   void setBinContents ( const DataSource * source );
00055 
00056 };
00057 
00058 #endif // _St2DHistogram

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3