|
GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4MbsFileParameter.h>
Inheritance diagram for TGo4MbsFileParameter:Public Member Functions | |
| TGo4MbsFileParameter () | |
| TGo4MbsFileParameter (const char *name) | |
| virtual | ~TGo4MbsFileParameter () |
| const char * | GetTagName () const |
| void | SetTagName (const char *name) |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
| void | AddMoreFile (const char *more) |
| Int_t | NumMoreFiles () const |
| const char * | GetMoreName (Int_t n) const |
Public Member Functions inherited from TGo4MbsSourceParameter | |
| TGo4MbsSourceParameter () | |
| TGo4MbsSourceParameter (const char *name, Int_t id) | |
| virtual | ~TGo4MbsSourceParameter () |
| void | SetStartEvent (UInt_t firstindex) |
| UInt_t | GetStartEvent () const |
| void | SetStopEvent (UInt_t lastindex) |
| UInt_t | GetStopEvent () const |
| void | SetEventInterval (UInt_t skipinterval) |
| UInt_t | GetEventInterval () const |
| void | SetPort (Int_t port) |
| Int_t | GetPort () const |
| void | SetRetryCnt (Int_t cnt) |
| Int_t | GetRetryCnt () const |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFrom (TGo4Parameter *rhs) override |
Public Member Functions inherited from TGo4EventSourceParameter | |
| TGo4EventSourceParameter () | |
| TGo4EventSourceParameter (const char *name, Int_t id=0) | |
| virtual | ~TGo4EventSourceParameter () |
| Int_t | GetID () const |
| Int_t | GetTimeout () const |
| void | SetTimeout (Int_t out) |
| void | Print (Option_t *opt="") const override |
Public Member Functions inherited from TGo4Parameter | |
| TGo4Parameter () | |
| TGo4Parameter (const char *name, const char *title="This is a Go4 Parameter Object") | |
| virtual | ~TGo4Parameter () |
| virtual Int_t | PrintParameter (Text_t *buffer=nullptr, Int_t buflen=0) |
| void | Print (Option_t *opt="") const override |
| Bool_t | UpdateFromUrl (const char *rest_url_opt) |
| virtual Bool_t | CustomUpdateFrom () const |
| void | Clear (Option_t *opt="") override |
| void | GetMemberValues (TObjArray *fItems) |
| Bool_t | SetMemberValues (TObjArray *fItems) |
| void | SavePrimitive (std::ostream &fs, Option_t *opt="") override |
| TGo4ParameterStatus * | CreateStatus () |
| Bool_t | SetStatus (TGo4ParameterStatus *status) |
Private Attributes | |
| TString | fxTagFile |
| TObjArray | fxMoreFiles |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Parameter | |
| void | GetMemberValues (TObjArray *fItems, TClass *cl, char *ptr, unsigned long int cloffset) |
| Bool_t | SetMemberValues (TObjArray *items, Int_t &itemsindx, TClass *cl, char *ptr, unsigned long int cloffset) |
| Int_t | FindArrayLength (TObjArray *items, Int_t &itemsindx, TDataMember *member) |
Definition at line 22 of file TGo4MbsFileParameter.h.
| TGo4MbsFileParameter::TGo4MbsFileParameter | ( | ) |
Definition at line 24 of file TGo4MbsFileParameter.cxx.
References SetTagName(), and TGo4MbsFile__fgcNOTAGFILE.
| TGo4MbsFileParameter::TGo4MbsFileParameter | ( | const char * | name | ) |
Definition at line 30 of file TGo4MbsFileParameter.cxx.
References SetTagName(), and TGo4MbsFile__fgcNOTAGFILE.
|
virtual |
Definition at line 36 of file TGo4MbsFileParameter.cxx.
| void TGo4MbsFileParameter::AddMoreFile | ( | const char * | more | ) |
Add more file names in to the parameter
Definition at line 40 of file TGo4MbsFileParameter.cxx.
References TGo4Log::Debug(), and fxMoreFiles.
Referenced by main(), and SetTagName().
| const char * TGo4MbsFileParameter::GetMoreName | ( | Int_t | n | ) | const |
Returns name of extra files names, configured in the parameter
Definition at line 48 of file TGo4MbsFileParameter.cxx.
References fxMoreFiles.
Referenced by NumMoreFiles(), and TGo4MbsFile::TGo4MbsFile().
|
inline |
Name of the Tagfile
Definition at line 31 of file TGo4MbsFileParameter.h.
References fxTagFile.
Referenced by Print(), TGo4ConfigStep::SourceComboHighlighted(), and TGo4MbsFile::TGo4MbsFile().
|
inline |
Number of more file names in parameter
Definition at line 45 of file TGo4MbsFileParameter.h.
References fxMoreFiles, and GetMoreName().
Referenced by TGo4MbsFile::TGo4MbsFile().
|
override |
Definition at line 53 of file TGo4MbsFileParameter.cxx.
References GetTagName(), TGo4MbsSourceParameter::Print(), and TGo4Status::PrintLine().
Referenced by SetTagName().
|
inline |
Name of the Tagfile
Definition at line 34 of file TGo4MbsFileParameter.h.
References AddMoreFile(), fxTagFile, Print(), and UpdateFrom().
Referenced by TGo4ConfigStep::InputTagfile(), TGo4Interface::StepMbsFileSource(), TGo4MbsFileParameter(), UpdateFrom(), and TGo4AnalysisWebStatus::UpdateFromUrl().
|
overridevirtual |
update contents of parameter class with external object.
Reimplemented from TGo4EventSourceParameter.
Definition at line 59 of file TGo4MbsFileParameter.cxx.
References SetTagName(), and TGo4MbsSourceParameter::UpdateFrom().
Referenced by SetTagName().
|
private |
List of extra files names, specified in the go4analysis
Definition at line 56 of file TGo4MbsFileParameter.h.
Referenced by AddMoreFile(), GetMoreName(), and NumMoreFiles().
|
private |
Name of the tagfile associated with the listmode event file.
Definition at line 53 of file TGo4MbsFileParameter.h.
Referenced by GetTagName(), and SetTagName().
1.8.13