#include "hmdccalparraw.h"

HMdcCalParRaw


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

class HMdcCalParRaw : public HParSet

Inheritance Chart:
TObject
<-
TNamed
<-
HParSet
<-
HMdcCalParRaw

    public:
HMdcCalParRaw(const char* name = "MdcCalParRaw", const char* title = "raw calibration parameters for Mdc", const char* context = "MdcCalParRawProduction", Int_t n = 6) HMdcCalParRaw(const HMdcCalParRaw&) ~HMdcCalParRaw() static TClass* Class() virtual void clear() Int_t getSize() virtual Bool_t init(HParIo*, Int_t*) virtual TClass* IsA() const HMdcCalParRaw& operator=(const HMdcCalParRaw&) HMdcCalParRawSec& operator[](Int_t i) void printParam() void putAsciiHeader(TString&) void readline(const char*, Int_t*) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual Int_t write(HParIo*) Bool_t writeline(char*, Int_t, Int_t, Int_t, Int_t)

Data Members


    protected:
TObjArray* array array of pointers of type HMdcCalParRawSec

Class Description

 HMdcCalParRaw

 Container class for the TDC calibration parameters of the MDC



HMdcCalParRaw(const char* name,const char* title, const char* context,Int_t n) : HParSet(name,title,context)
 constructor

~HMdcCalParRaw()
 destructor

Bool_t init(HParIo* inp,Int_t* set)
 intitializes the container from an input

Int_t write(HParIo* output)
 writes the container to an output

void readline(const char* buf, Int_t* set)
 decodes one line read from ascii file I/O and calls HMdcCalParTdc::fill(...)

void putAsciiHeader(TString& header)
 puts the ascii header to the string used in HMdcParAsciiFileIo

Bool_t writeline(char *buf, Int_t sec, Int_t mod, Int_t mbo, Int_t tdc)
 writes one line to the buffer used by ascii file I/O

void clear()
 clears the container

void printParam()
 prints the container

void Streamer(TBuffer &R__b)
 Stream an object of class HMdcCalParRaw.



Inline Functions


        HMdcCalParRawSec& operator[](Int_t i)
                    Int_t getSize()
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void StreamerNVirtual(TBuffer& b)
            HMdcCalParRaw HMdcCalParRaw(const HMdcCalParRaw&)
           HMdcCalParRaw& operator=(const HMdcCalParRaw&)


Last update: 17/01/2002 by I. Koenig


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.