#include "hsuprogressrec.h"

HSUProgressRec


class description - source file - inheritance tree (.pdf)

class HSUProgressRec : public HReconstructor, public HSUProgress

Inheritance Chart:
TObject
<-
TNamed
<-
HTask
<-
HReconstructor
HSUProgress
<-
HSUProgressRec

    public:
HSUProgressRec(Text_t* pName, Text_t* pTitle, int iMax = 100) virtual ~HSUProgressRec() static TClass* Class() virtual Int_t execute() virtual Bool_t finalize() virtual Bool_t init() virtual TClass* IsA() const virtual Bool_t reinit() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description


HSUProgressRec(Text_t *pName,Text_t *pTitle, int iMax) : HReconstructor(pName, pTitle), HSUProgress(iMax)
 The first two arguments like for each HReconstructor.
 iMax sets the maximum value of counter in the HSUProgress

~HSUProgressRec()

Bool_t init(void)

Bool_t reinit(void)
 Reset the counter

Bool_t finalize(void)
 Print the last line of the progress output - timing information

Int_t execute(void)
 Call HSUProgress::Next() to do a normal HSUProgress behavior



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Author: Marcin Jaskula
Last update: Fri Jan 26 12:32:15 2007


ROOT page - Class index - Class Hierarchy - Top of the page

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.