#if !defined HPROJECTION_H
#define HPROJECTION_H

//-------------------------------------------------------------------------
//
// File name:       hprojection.h
// Subject:         Slicing of 2dim histogrammes.
// Author:          D.Vasiliev (INFN-LNS, Catania) "vassili@lns.infn.it"
// Date:            March 2000
//
// Remarks:         Obsolete class, which was used at the prototyping stage.
//
//-------------------------------------------------------------------------
//
// Description:
//
// This file contains the declaration of the class HProjection.
// This class makes projections of 2dim histogrammes.
//
//-------------------------------------------------------------------------
 
#include "TCanvas.h"

class HProjection : public TObject {

 protected:
  HProjection() {}

 public:

  virtual ~HProjection() {}
  void static project(TCanvas *p, Int_t canvid);

 public:
  
  ClassDef(HProjection,0) //Slicing of 2dim histogrammes

};

#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.