#ifndef HTRENDHIST_H
#define HTRENDHIST_H
#include "TNamed.h"
#include "TString.h"
#include "TArrayI.h"
#include "TH1.h"
#include "hmonhist.h"
class HTrendHist: public HMonHist {
protected:
public:
HTrendHist(const Char_t* name ="",
const Char_t* title ="",
Int_t active=0,Int_t resetable=0,
Int_t nBinsX=0,Float_t Xlo=0,Float_t Xup=0);
HTrendHist(HMonHistAddon&);
void fill (Float_t i,Float_t j);
~HTrendHist();
ClassDef(HTrendHist,1)
};
#endif /*!HTRENDHIST_H*/
Last change: Sat May 22 13:17:08 2010
Last generated: 2010-05-22 13:17
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.