#include "htriggerparshowermap.h"

HTriggerParShowerMap


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

class HTriggerParShowerMap : public HParSet

Inheritance Chart:
TObject
<-
TNamed
<-
HParSet
<-
HTriggerParShowerMap
    private:
void printPause() public:
HTriggerParShowerMap(const char* name = "TriggerParShowerMap", const char* title = "Parameters for MU Shower Mapping ", const char* context = "TriggerProduction") HTriggerParShowerMap(const HTriggerParShowerMap&) ~HTriggerParShowerMap() static TClass* Class() virtual void clear() Int_t getColSize() Int_t getRowSize() Float_t getShowerPhi(Int_t c, Int_t r) Float_t getShowerTheta(Int_t c, Int_t r) virtual Bool_t init(HParIo*, Int_t*) virtual TClass* IsA() const HTriggerParShowerMap& operator=(const HTriggerParShowerMap&) void printParam() void putAsciiHeader(TString&) void readline(const char*, Int_t*) void setDefaults() void setShowerPhi(Int_t c, Int_t r, Float_t sph) void setShowerTheta(Int_t c, Int_t r, Float_t sth) 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)

Data Members

    private:
Int_t row row number Int_t col column number Float_t shower_theta[32][32] theta map Float_t shower_phi[32][32] phi map

Class Description

 HTriggerParShowerMap

 Parameters for TRIGGER Emulation



void setDefaults(void)
 sets the default values

HTriggerParShowerMap(const char* name,const char* title, const char* context) : HParSet(name,title,context)
 The container name is set to "TriggerParShowerMap"

~HTriggerParShowerMap(void)
 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 clear()
 sets the default values

void readline(const char *buf, Int_t *set)
 decodes one line read from ascii file I/O

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

Bool_t writeline(char *buf,Int_t c, Int_t r)
 writes one line to the buffer used by ascii file I/O

void printPause(void)
 pauses printing

void printParam(void)
 prints the parameters



Inline Functions


                        Int_t getRowSize()
                        Int_t getColSize()
                      Float_t getShowerTheta(Int_t c, Int_t r)
                      Float_t getShowerPhi(Int_t c, Int_t r)
                         void setShowerTheta(Int_t c, Int_t r, Float_t sth)
                         void setShowerPhi(Int_t c, Int_t r, Float_t sph)
                      TClass* Class()
                      TClass* IsA() const
                         void ShowMembers(TMemberInspector& insp, char* parent)
                         void Streamer(TBuffer& b)
                         void StreamerNVirtual(TBuffer& b)
         HTriggerParShowerMap HTriggerParShowerMap(const HTriggerParShowerMap&)
        HTriggerParShowerMap& operator=(const HTriggerParShowerMap&)


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