Public Member Functions | Private Attributes

TGo4UserStoreParameter Class Reference

#include <TGo4UserStoreParameter.h>

Inheritance diagram for TGo4UserStoreParameter:
TGo4EventStoreParameter TGo4Parameter

List of all members.

Public Member Functions

 TGo4UserStoreParameter ()
 TGo4UserStoreParameter (const char *name)
virtual ~TGo4UserStoreParameter ()
virtual Int_t PrintParameter (Text_t *buffer=0, Int_t buflen=0)
virtual Bool_t UpdateFrom (TGo4Parameter *rhs)
const char * GetExpression () const
void SetExpression (const char *name)

Private Attributes

TString fxExpression

Detailed Description

Definition at line 24 of file TGo4UserStoreParameter.h.


Constructor & Destructor Documentation

TGo4UserStoreParameter::TGo4UserStoreParameter (  ) 

Definition at line 26 of file TGo4UserStoreParameter.cxx.

TGo4UserStoreParameter::TGo4UserStoreParameter ( const char *  name  ) 

Definition at line 20 of file TGo4UserStoreParameter.cxx.

TGo4UserStoreParameter::~TGo4UserStoreParameter (  )  [virtual]

Definition at line 32 of file TGo4UserStoreParameter.cxx.


Member Function Documentation

const char* TGo4UserStoreParameter::GetExpression (  )  const [inline]

User expression as string

Definition at line 41 of file TGo4UserStoreParameter.h.

References fxExpression.

Referenced by PrintParameter().

Int_t TGo4UserStoreParameter::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 TGo4EventStoreParameter.

Definition at line 37 of file TGo4UserStoreParameter.cxx.

References GetExpression(), GO4TRACE, TGo4Status::PrintBuffer(), and TGo4Status::PrintIndent().

void TGo4UserStoreParameter::SetExpression ( const char *  name  )  [inline]

Definition at line 42 of file TGo4UserStoreParameter.h.

References fxExpression.

Bool_t TGo4UserStoreParameter::UpdateFrom ( TGo4Parameter rhs  )  [virtual]

update contents of paramter class with external object.

Reimplemented from TGo4EventStoreParameter.

Definition at line 67 of file TGo4UserStoreParameter.cxx.


Member Data Documentation

Any user defined expression as string

Definition at line 47 of file TGo4UserStoreParameter.h.

Referenced by GetExpression(), and SetExpression().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines