Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TGo4EventProcessorParameter Class Reference

Basic type for all classes containing information to parametrize the event processor. More...

#include <TGo4EventProcessorParameter.h>

Inheritance diagram for TGo4EventProcessorParameter:

TGo4Parameter List of all members.

Public Member Functions

 TGo4EventProcessorParameter ()
 TGo4EventProcessorParameter (const char *name, Int_t id=0)
virtual ~TGo4EventProcessorParameter ()
Int_t GetID () const
virtual Int_t PrintParameter (Text_t *buffer=0, Int_t buflen=0)
 basic method to printout status information on stdout; to be overridden by specific subclass
virtual Bool_t UpdateFrom (TGo4Parameter *rhs)
 update contents of paramter class with external object.

Private Attributes

Int_t fiID
 Identity number to specify the kind.

Detailed Description

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.

Definition at line 28 of file TGo4EventProcessorParameter.h.


Constructor & Destructor Documentation

TGo4EventProcessorParameter::TGo4EventProcessorParameter  ) 
 

Definition at line 29 of file TGo4EventProcessorParameter.cxx.

References TRACE.

TGo4EventProcessorParameter::TGo4EventProcessorParameter const char *  name,
Int_t  id = 0
 

Definition at line 23 of file TGo4EventProcessorParameter.cxx.

References TRACE.

TGo4EventProcessorParameter::~TGo4EventProcessorParameter  )  [virtual]
 

Definition at line 35 of file TGo4EventProcessorParameter.cxx.

References TRACE.


Member Function Documentation

Int_t TGo4EventProcessorParameter::GetID  )  const [inline]
 

Definition at line 36 of file TGo4EventProcessorParameter.h.

References fiID.

Referenced by UpdateFrom().

Int_t TGo4EventProcessorParameter::PrintParameter Text_t *  buffer = 0,
Int_t  buflen = 0
[virtual]
 

basic method to printout status information on stdout; to be overridden by specific subclass

Reimplemented from TGo4Parameter.

Definition at line 40 of file TGo4EventProcessorParameter.cxx.

References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TRACE.

Referenced by TGo4AnalysisStepStatus::PrintStatus().

Bool_t TGo4EventProcessorParameter::UpdateFrom TGo4Parameter rhs  )  [virtual]
 

update contents of paramter class with external object.

Reimplemented from TGo4Parameter.

Definition at line 70 of file TGo4EventProcessorParameter.cxx.

References fiID, GetID(), and TRACE.


Member Data Documentation

Int_t TGo4EventProcessorParameter::fiID [private]
 

Identity number to specify the kind.

Optional, default is 0.

Definition at line 48 of file TGo4EventProcessorParameter.h.

Referenced by GetID(), and UpdateFrom().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 13:00:51 2008 for Go4-v3.04-1 by  doxygen 1.4.2