v2.10-0 (21000JUN2005)

Go4Event
Class TGo4EventProcessorParameter


class TGo4EventProcessorParameter
derived from TGo4Parameter

Basic type for all classes containing information
to parametrize the event processor. For use in the
event factory; factory method gets (possibly subclassed)
parameter object which is suited to the concrete user
factory. Name string can be used as filename, e.g.


Field Summary
 private Int_tfiID
          Identity number to specify the kind.

Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4EventProcessorParameter()
           
TGo4EventProcessorParameter(const char * name, Int_t id)
           

Destructor Summary
 virtual synchronized ~TGo4EventProcessorParameter()
           

Method Summary
 const Int_tGetID()
           
 virtual Int_tPrintParameter(Text_t* buffer, Int_t buflen)
          basic method to printout status information
on stdout; to be overridden by specific subclass
 virtual Bool_tUpdateFrom(TGo4Parameter* rhs)
          update contents of paramter class with external object.

Methods inherited from class Go4StatusBase.TGo4Parameter
Clear, Print

Methods inherited from class TNamed
operator=, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine

Field Detail

fiID

private Int_t fiID
Identity number to specify the kind. Optional, default is 0.
Constructor Detail

TGo4EventProcessorParameter

public TGo4EventProcessorParameter()

TGo4EventProcessorParameter

public TGo4EventProcessorParameter(const char * name, Int_t id)
Method Detail

~TGo4EventProcessorParameter

public virtual synchronized ~TGo4EventProcessorParameter()
Method Detail

GetID

public const Int_t GetID()

PrintParameter

public virtual Int_t PrintParameter(Text_t* buffer, Int_t buflen)
basic method to printout status information
on stdout; to be overridden by specific subclass

UpdateFrom

public virtual Bool_t UpdateFrom(TGo4Parameter* rhs)
update contents of paramter class with external object.

J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005