#include <TGo4UserSourceParameter.h>
Inheritance diagram for TGo4UserSourceParameter:

Public Member Functions | |
| TGo4UserSourceParameter () | |
| TGo4UserSourceParameter (const char *name) | |
| virtual | ~TGo4UserSourceParameter () |
| void | SetPort (Int_t port) |
| Int_t | GetPort () const |
| const char * | GetExpression () const |
| User expression as string. | |
| void | SetExpression (const char *name) |
| 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 | |
Private Attributes | |
| Int_t | fiPort |
| (Port) number. | |
| TString | fxExpression |
| Any user defined expression as string. | |
|
|
Definition at line 29 of file TGo4UserSourceParameter.cxx. |
|
|
Definition at line 24 of file TGo4UserSourceParameter.cxx. |
|
|
Definition at line 34 of file TGo4UserSourceParameter.cxx. |
|
|
Definition at line 30 of file TGo4UserSourceParameter.h. References fiPort. Referenced by TGo4Interface::StepUserSource(). |
|
|
Definition at line 31 of file TGo4UserSourceParameter.h. References fiPort. Referenced by TYYYEventSource::TYYYEventSource(). |
|
|
User expression as string.
Definition at line 34 of file TGo4UserSourceParameter.h. References fxExpression. Referenced by PrintParameter(), and TYYYEventSource::TYYYEventSource(). |
|
|
Definition at line 35 of file TGo4UserSourceParameter.h. References fxExpression. Referenced by TGo4Interface::StepUserSource(). |
|
||||||||||||
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4EventSourceParameter. Definition at line 38 of file TGo4UserSourceParameter.cxx. References GetExpression(), TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4EventSourceParameter::PrintParameter(), and TRACE. |
|
|
(Port) number. Optional and user defined. Definition at line 42 of file TGo4UserSourceParameter.h. |
|
|
Any user defined expression as string.
Definition at line 45 of file TGo4UserSourceParameter.h. Referenced by GetExpression(), and SetExpression(). |
1.4.2