HTofDigiPar
class description - source file - inheritance tree (.pdf)
private:
void printPause()
public:
HTofDigiPar(const char* name = "TofDigiPar", const char* title = "TOF digitization parameters", const char* context = "TofDigiProduction")
HTofDigiPar(const HTofDigiPar&)
~HTofDigiPar()
static TClass* Class()
virtual void clear()
Int_t getSize()
virtual Bool_t init(HParIo*, Int_t*)
virtual TClass* IsA() const
HTofDigiPar& operator=(const HTofDigiPar&)
HTofDigiParSec& 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)
private:
TObjArray* array array of pointers of type HTofDigiParMod
HTofDigiPar(const char* name,const char* title,
const char* context)
: HParSet(name,title,context)
Constructor creates an array of pointers of type HTofDigiParSec.
The container name is set to "TofDigiPar".
~HTofDigiPar(void)
Destructor.
Bool_t init(HParIo* inp,Int_t* set)
Intitializes the container from an input.
If input not available, default initialization.
Int_t write(HParIo* output)
Writes the container to an output.
void clear()
Calls method setDefaults(Int_t m) for all HTofDigiParCell objects
in the detector.
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 HTofParAsciiFileIo.
Bool_t writeline(char *buf,Int_t s, Int_t m, Int_t c)
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
HTofDigiParSec& operator[](Int_t i)
Int_t getSize()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HTofDigiPar HTofDigiPar(const HTofDigiPar&)
HTofDigiPar& operator=(const HTofDigiPar&)
Author: D.Vasiliev
Last update: Fri Jan 26 12:35:48 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.