GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
TXXXProc Class Reference

#include <TXXXProc.h>

+ Inheritance diagram for TXXXProc:

Public Member Functions

 TXXXProc ()
 
 TXXXProc (const char *name)
 
virtual ~TXXXProc ()
 
Bool_t BuildEvent (TGo4EventElement *target)
 
 TXXXProc ()
 
 TXXXProc (const char *name)
 
virtual ~TXXXProc ()
 
Bool_t BuildEvent (TGo4EventElement *)
 
- Public Member Functions inherited from TGo4EventProcessor
 TGo4EventProcessor (const char *name)
 
virtual ~TGo4EventProcessor ()
 
void SetInputEvent (TGo4EventElement *raw)
 
TGo4EventElementGetInputEvent ()
 
virtual Bool_t CheckInputEvent (const char *classname)
 
void SetCalibration (TGo4EventCalibration *cali)
 
TGo4EventCalibrationGetCalibration ()
 
virtual Bool_t CheckCalibration (const char *classname)
 
virtual void InitEvent (TGo4EventElement *)
 
virtual void FinalizeEvent ()
 
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)
 
TGo4ParameterGetParameter (const char *name, const char *par_class=0)
 
TGo4ConditionGetAnalysisCondition (const char *name, const char *cond_cl=0)
 
TGo4PictureGetPicture (const char *name)
 
TCanvas * GetCanvas (const char *name)
 
TGo4EventElementGetInputEvent (const char *stepname)
 
TGo4EventElementGetOutputEvent (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)
 
TGo4WinCondMakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, const char *HistoName=0)
 
TGo4WinCondMakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax, const char *HistoName=0)
 
TGo4PolyCondMakePolyCond (const char *fullname, Int_t npoints, Double_t(*points)[2], const char *HistoName=0)
 
TGo4ShapedCondMakeEllipseCond (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)
 
TGo4ShapedCondMakeCircleCond (const char *fullname, Int_t npoints, Double_t cx, Double_t cy, Double_t r, const char *HistoName=0)
 
TGo4ShapedCondMakeBoxCond (const char *fullname, Double_t cx, Double_t cy, Double_t a1, Double_t a2, Double_t theta, const char *HistoName=0)
 
TGo4ShapedCondMakeFreeShapeCond (const char *fullname, Int_t npoints, Double_t(*points)[2], const char *HistoName=0)
 
TGo4ParameterMakeParameter (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)
 

Private Attributes

TH1 * fCr1Ch [8]
 
TH1 * fCr2Ch [8]
 
TH2 * fCr1Ch1x2
 
TH1 * fHis1
 
TH1 * fHis1gate
 
TH1 * fHis2
 
TH1 * fHis2gate
 
TGo4WinCondfconHis1
 
TGo4WinCondfconHis2
 
TGo4PolyCondfPolyCon
 
TGo4CondArrayfConArr
 
TXXXControlfControl
 
TGo4PicturefPicture
 
TGo4PicturefcondSet
 
TH1 * fHis3
 
Long_t fHis3Counter
 
TXXXParamfParam
 

Additional Inherited Members

- Static Public Attributes inherited from TGo4EventSource
static const Int_t fgiTIMEOUTDEFAULT =1
 
- Protected Types inherited from TGo4EventSource
enum  { fguTXTLEN = 256 }
 
- 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,...)
 

Detailed Description

Definition at line 21 of file TXXXProc.h.

Constructor & Destructor Documentation

TXXXProc::TXXXProc ( )

Definition at line 32 of file TXXXProc.cxx.

References TGo4Log::Info().

TXXXProc::TXXXProc ( const char *  name)
TXXXProc::~TXXXProc ( )
virtual

Definition at line 37 of file TXXXProc.cxx.

References TGo4Log::Info().

TXXXProc::TXXXProc ( )
TXXXProc::TXXXProc ( const char *  name)
virtual TXXXProc::~TXXXProc ( )
virtual

Member Function Documentation

Bool_t TXXXProc::BuildEvent ( TGo4EventElement dest)
virtual
Bool_t TXXXProc::BuildEvent ( TGo4EventElement dest)
virtual

Fill the destination event dest.

Reimplemented from TGo4EventSource.

Member Data Documentation

TGo4CondArray* TXXXProc::fConArr
private

Definition at line 40 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TGo4Picture * TXXXProc::fcondSet
private

Definition at line 43 of file TXXXProc.h.

Referenced by TXXXProc().

TGo4WinCond * TXXXProc::fconHis1
private

Definition at line 37 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TGo4WinCond * TXXXProc::fconHis2
private

Definition at line 38 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TXXXControl* TXXXProc::fControl
private

Definition at line 41 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fCr1Ch
private

Definition at line 30 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH2 * TXXXProc::fCr1Ch1x2
private

Definition at line 32 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fCr2Ch
private

Definition at line 31 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fHis1
private

Definition at line 33 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fHis1gate
private

Definition at line 34 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fHis2
private

Definition at line 35 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1 * TXXXProc::fHis2gate
private

Definition at line 36 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().

TH1* TXXXProc::fHis3
private

Definition at line 37 of file TXXXProc.h.

Long_t TXXXProc::fHis3Counter
private

Definition at line 38 of file TXXXProc.h.

TXXXParam* TXXXProc::fParam
private

Definition at line 42 of file TXXXProc.h.

TGo4Picture* TXXXProc::fPicture
private

Definition at line 42 of file TXXXProc.h.

Referenced by TXXXProc().

TGo4PolyCond * TXXXProc::fPolyCon
private

Definition at line 39 of file TXXXProc.h.

Referenced by BuildEvent(), and TXXXProc().


The documentation for this class was generated from the following files: