GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4CompositeProcessor.h>
Public Member Functions | |
TGo4CompositeProcessor () | |
TGo4CompositeProcessor (const char *name) | |
virtual | ~TGo4CompositeProcessor () |
virtual Bool_t | BuildEvent (TGo4EventElement *) |
virtual void | InitEvent (TGo4EventElement *) |
virtual void | FinalizeEvent () |
virtual void | ProcessSubevent (TGo4MbsSubEvent *subevt) |
Short_t | GetTriggerNumber () const |
Int_t | GetEventNumber () const |
Public Member Functions inherited from TGo4EventProcessor | |
TGo4EventProcessor (const char *name) | |
virtual | ~TGo4EventProcessor () |
void | SetInputEvent (TGo4EventElement *raw) |
TGo4EventElement * | GetInputEvent () |
virtual Bool_t | CheckInputEvent (const char *classname) |
void | SetCalibration (TGo4EventCalibration *cali) |
TGo4EventCalibration * | GetCalibration () |
virtual Bool_t | CheckCalibration (const char *classname) |
Bool_t | AddObject (TNamed *anything, const char *subfolder=0) |
Bool_t | AddHistogram (TH1 *his, const char *subfolder=0, Bool_t replace=kTRUE) |
Bool_t | AddParameter (TGo4Parameter *par, const char *subfolder=0) |
Bool_t | AddAnalysisCondition (TGo4Condition *con, const char *subfolder=0) |
Bool_t | AddPicture (TGo4Picture *pic, const char *subfolder=0) |
Bool_t | AddCanvas (TCanvas *can, const char *subfolder=0) |
Bool_t | RemoveHistogram (const char *name) |
Bool_t | RemoveParameter (const char *name) |
Bool_t | RemoveAnalysisCondition (const char *name) |
Bool_t | RemovePicture (const char *name) |
Bool_t | RemoveCanvas (const char *name) |
TNamed * | GetObject (const char *name, const char *folder=0) |
TH1 * | GetHistogram (const char *name) |
TGo4Parameter * | GetParameter (const char *name, const char *par_class=0) |
TGo4Condition * | GetAnalysisCondition (const char *name, const char *cond_cl=0) |
TGo4Picture * | GetPicture (const char *name) |
TCanvas * | GetCanvas (const char *name) |
TGo4EventElement * | GetInputEvent (const char *stepname) |
TGo4EventElement * | GetOutputEvent (const char *stepname) |
void | Message (Int_t prio, const char *text,...) |
void | SendObjectToGUI (TNamed *ob) |
virtual void | Clear (Option_t *opt="") |
void | SetMakeWithAutosave (Bool_t on=kTRUE) |
Bool_t | IsObjMade () |
TH1 * | MakeTH1 (char type, const char *fullname, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, const char *xtitle=0, const char *ytitle=0) |
TH2 * | MakeTH2 (char type, const char *fullname, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, const char *xtitle=0, const char *ytitle=0, const char *ztitle=0) |
TGo4WinCond * | MakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, const char *HistoName=0) |
TGo4WinCond * | MakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax, const char *HistoName=0) |
TGo4PolyCond * | MakePolyCond (const char *fullname, Int_t npoints, Double_t(*points)[2], const char *HistoName=0) |
TGo4ShapedCond * | MakeEllipseCond (const char *fullname, Int_t npoints, Double_t cx, Double_t cy, Double_t a1, Double_t a2, Double_t theta=0, const char *HistoName=0) |
TGo4ShapedCond * | MakeCircleCond (const char *fullname, Int_t npoints, Double_t cx, Double_t cy, Double_t r, const char *HistoName=0) |
TGo4ShapedCond * | MakeBoxCond (const char *fullname, Double_t cx, Double_t cy, Double_t a1, Double_t a2, Double_t theta, const char *HistoName=0) |
TGo4ShapedCond * | MakeFreeShapeCond (const char *fullname, Int_t npoints, Double_t(*points)[2], const char *HistoName=0) |
TGo4Parameter * | MakeParameter (const char *fullname, const char *classname, const char *newcmd=0) |
Long_t | ExecuteScript (const char *script_name) |
Long_t | ExecutePython (const char *macro_name, Int_t *errcode=0) |
Long_t | ExecuteLine (const char *command, Int_t *errcode=0) |
Bool_t | IsKeepInputEvent () |
void | SetKeepInputEvent (Bool_t val=kTRUE) |
Bool_t | IsKeepOutputEvent () |
void | SetKeepOutputEvent (Bool_t val=kTRUE) |
virtual void | UserPreLoop () |
virtual void | UserPostLoop () |
Public Member Functions inherited from TGo4EventSource | |
TGo4EventSource (const char *name) | |
virtual | ~TGo4EventSource () |
TGo4EventSource () | |
Int_t | GetCreateStatus () const |
Int_t | GetEventStatus () const |
const char * | GetErrMess () const |
virtual const char * | GetActiveName () |
virtual Bool_t | CheckEventClass (TClass *cl) |
Protected Member Functions | |
void | AddSubProcessor (TGo4EventProcessor *) |
Protected Member Functions inherited from TGo4EventProcessor | |
TGo4EventProcessor () | |
Protected Member Functions inherited from TGo4EventSource | |
void | SetErrMess (const char *txt) |
void | SetEventStatus (Int_t status) |
void | SetCreateStatus (Int_t status) |
void | ThrowError (Int_t creastat, Int_t errstat, const char *message,...) |
void | ThrowEOF (Int_t creastat, Int_t errstat, const char *message,...) |
Protected Attributes | |
TGo4MbsEvent * | fMbsInput |
Short_t | fMbsTriggerNumber |
Int_t | fMbsEventNumber |
Private Attributes | |
TObjArray | fSubProcessors |
Additional Inherited Members | |
Static Public Attributes inherited from TGo4EventSource | |
static const Int_t | fgiTIMEOUTDEFAULT =1 |
Protected Types inherited from TGo4EventSource | |
enum | { fguTXTLEN = 256 } |
Definition at line 26 of file TGo4CompositeProcessor.h.
TGo4CompositeProcessor::TGo4CompositeProcessor | ( | ) |
Definition at line 20 of file TGo4CompositeProcessor.cxx.
TGo4CompositeProcessor::TGo4CompositeProcessor | ( | const char * | name | ) |
Definition at line 30 of file TGo4CompositeProcessor.cxx.
|
virtual |
Definition at line 39 of file TGo4CompositeProcessor.cxx.
References fSubProcessors.
|
protected |
Definition at line 44 of file TGo4CompositeProcessor.cxx.
References fSubProcessors.
|
virtual |
Fill the destination event dest.
Reimplemented from TGo4EventSource.
Definition at line 55 of file TGo4CompositeProcessor.cxx.
References FinalizeEvent(), TGo4EventProcessor::FinalizeEvent(), fMbsEventNumber, fMbsInput, fMbsTriggerNumber, fSubProcessors, TGo4MbsEvent::GetCount(), TGo4EventProcessor::GetInputEvent(), TGo4MbsEvent::GetTrigger(), InitEvent(), TGo4EventProcessor::InitEvent(), TGo4MbsEvent::NextSubEvent(), ProcessSubevent(), TGo4MbsEvent::ResetIterator(), and TGo4EventProcessor::SetInputEvent().
|
inlinevirtual |
Reimplemented from TGo4EventProcessor.
Definition at line 42 of file TGo4CompositeProcessor.h.
Referenced by BuildEvent().
|
inline |
Returns event number of main MBS event
Definition at line 51 of file TGo4CompositeProcessor.h.
References fMbsEventNumber.
|
inline |
Returns trigger number of main MBS event
Definition at line 48 of file TGo4CompositeProcessor.h.
References fMbsTriggerNumber.
|
inlinevirtual |
Reimplemented from TGo4EventProcessor.
Definition at line 39 of file TGo4CompositeProcessor.h.
Referenced by BuildEvent().
|
virtual |
Definition at line 49 of file TGo4CompositeProcessor.cxx.
Referenced by BuildEvent().
|
protected |
Definition at line 60 of file TGo4CompositeProcessor.h.
Referenced by BuildEvent(), and GetEventNumber().
|
protected |
Definition at line 58 of file TGo4CompositeProcessor.h.
Referenced by BuildEvent().
|
protected |
Definition at line 59 of file TGo4CompositeProcessor.h.
Referenced by BuildEvent(), and GetTriggerNumber().
|
private |
Definition at line 63 of file TGo4CompositeProcessor.h.
Referenced by AddSubProcessor(), BuildEvent(), and ~TGo4CompositeProcessor().