#if !defined HPROJECTION_H
#define HPROJECTION_H
#include "TCanvas.h"
class HProjection : public TObject {
protected:
HProjection() {}
public:
virtual ~HProjection() {}
void static project(TCanvas *p, Int_t canvid);
public:
ClassDef(HProjection,0)
};
#endif
Last change: Sat May 22 13:07:42 2010
Last generated: 2010-05-22 13:07
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.