#include <TGo4UserStoreParameter.h>
Inheritance diagram for TGo4UserStoreParameter:
Public Member Functions | |
TGo4UserStoreParameter () | |
TGo4UserStoreParameter (const char *name) | |
virtual | ~TGo4UserStoreParameter () |
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. | |
const char * | GetExpression () const |
User expression as string. | |
void | SetExpression (const char *name) |
Private Attributes | |
TString | fxExpression |
Any user defined expression as string. |
|
Definition at line 30 of file TGo4UserStoreParameter.cxx. |
|
Definition at line 24 of file TGo4UserStoreParameter.cxx. |
|
Definition at line 36 of file TGo4UserStoreParameter.cxx. |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4EventStoreParameter. Definition at line 41 of file TGo4UserStoreParameter.cxx. References GetExpression(), TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4EventStoreParameter::PrintParameter(), and TRACE. |
|
update contents of paramter class with external object.
Reimplemented from TGo4EventStoreParameter. Definition at line 71 of file TGo4UserStoreParameter.cxx. References TGo4EventStoreParameter::UpdateFrom(). |
|
User expression as string.
Definition at line 43 of file TGo4UserStoreParameter.h. References fxExpression. Referenced by PrintParameter(). |
|
Definition at line 44 of file TGo4UserStoreParameter.h. References fxExpression. |
|
Any user defined expression as string.
Definition at line 49 of file TGo4UserStoreParameter.h. Referenced by GetExpression(), and SetExpression(). |