#include "hshowersimulpar.h"

HShowerSimulPar


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

class HShowerSimulPar : public HParCond

Inheritance Chart:
TObject
<-
TNamed
<-
HParSet
<-
HParCond
<-
HShowerSimulPar

    public:
HShowerSimulPar(const char* name = "ShowerSimulPar", const char* title = "Parameters for HShowerSimultPar", const char* context = "ShowerStandardSimul") HShowerSimulPar(const HShowerSimulPar&) virtual ~HShowerSimulPar() static TClass* Class() Float_t getGain(Int_t number) virtual Bool_t getParams(HParamList*) Float_t getThreshold(Int_t number) virtual Bool_t init(HParIo* inp, Int_t*) virtual TClass* IsA() const HShowerSimulPar& operator=(const HShowerSimulPar&) void printParam() virtual void putParams(HParamList*) void setGain(Int_t number, Float_t value) void setThreshold(Int_t number, Float_t value) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual Int_t write(HParIo* io)

Data Members

    private:
TArrayF m_fGain TArrayF m_fThreshold

Class Description


 HShowerSimulPar

 Base class for all containers which do not need any fancy for reading
 and writnig, so they may use HShowerParRootFileIo and HShowerParAsciiFileIo



HShowerSimulPar(const char *name, const char *title, const char *context) : HParCond(name, title, context)
 Constructor
 Fills description of the container with the current date
 and the author from the login of the user running the process

~HShowerSimulPar(void)
 empty destructor

void printParam(void)
 prints HShowerSimulPar


Bool_t init(HParIo *inp, Int_t* set)
 Try to init the container using inp and SHOWER_PAR_IO_NAME HDetParIo

Int_t write(HParIo *io)
 Try to write the container using io and SHOWER_PAR_IO_NAME HDetParIo

void putParams(HParamList* l)

Bool_t getParams(HParamList* l)



Inline Functions


                    void setGain(Int_t number, Float_t value)
                 Float_t getGain(Int_t number)
                    void setThreshold(Int_t number, Float_t value)
                 Float_t getThreshold(Int_t number)
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         HShowerSimulPar HShowerSimulPar(const HShowerSimulPar&)
        HShowerSimulPar& operator=(const HShowerSimulPar&)


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