#include "horaslowarchrateobj.h"

HOraSlowArchRateObj


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

class HOraSlowArchRateObj : public TObject

Inheritance Chart:
TObject
<-
HOraSlowArchRateObj

    public:
HOraSlowArchRateObj() HOraSlowArchRateObj(const char*, Int_t) HOraSlowArchRateObj(const HOraSlowArchRateObj&) ~HOraSlowArchRateObj() static TClass* Class() Int_t getRate() const char* getStartTime() const Int_t getTimeDiff(const char*) virtual TClass* IsA() const HOraSlowArchRateObj& operator=(const HOraSlowArchRateObj&) void print() void setRate(Int_t n) void setStartTime(const char* s) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void write(fstream&)

Data Members

    private:
TString startTime Timestamp of the rate Int_t rate Number of entries per minute in the channel archiver

Class Description


 HOraSlowArchRateObj

 Class for the slowcontrol archiver rate (entries per minute)



HOraSlowArchRateObj()
 Default constructor

HOraSlowArchRateObj(const char* t,Int_t n)
 Constructor with arguments : starttime t and rate n

Int_t getTimeDiff(const char* t)
 Returns the time difference (in seconds) relative to time t

void print()
 Prints the timestamp and rate to stdout

void write(fstream& fout)
 Streams the timestamp and rate



Inline Functions


                        void ~HOraSlowArchRateObj()
                        void setStartTime(const char* s)
                        void setRate(Int_t n)
                 const char* getStartTime() const
                       Int_t getRate()
                     TClass* Class()
                     TClass* IsA() const
                        void ShowMembers(TMemberInspector& insp, char* parent)
                        void Streamer(TBuffer& b)
                        void StreamerNVirtual(TBuffer& b)
         HOraSlowArchRateObj HOraSlowArchRateObj(const HOraSlowArchRateObj&)
        HOraSlowArchRateObj& operator=(const HOraSlowArchRateObj&)


Last update: Fri Jan 26 12:19:42 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.