GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TXXXAnlProc.h>
Public Member Functions | |
TXXXAnlProc () | |
TXXXAnlProc (const char *name) | |
virtual | ~TXXXAnlProc () |
Bool_t | BuildEvent (TGo4EventElement *dest) override |
TXXXAnlProc () | |
TXXXAnlProc (const char *name) | |
virtual | ~TXXXAnlProc () |
Bool_t | BuildEvent (TGo4EventElement *dest) override |
![]() | |
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 () const |
virtual Bool_t | CheckCalibration (const char *classname) |
virtual void | InitEvent (TGo4EventElement *) |
virtual void | FinalizeEvent () |
Bool_t | AddObject (TNamed *anything, const char *subfolder=nullptr) |
Bool_t | AddHistogram (TH1 *his, const char *subfolder=nullptr, Bool_t replace=kTRUE) |
Bool_t | AddParameter (TGo4Parameter *par, const char *subfolder=nullptr) |
Bool_t | AddAnalysisCondition (TGo4Condition *con, const char *subfolder=nullptr) |
Bool_t | AddPicture (TGo4Picture *pic, const char *subfolder=nullptr) |
Bool_t | AddCanvas (TCanvas *can, const char *subfolder=nullptr) |
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=nullptr) |
TH1 * | GetHistogram (const char *name) |
TGo4Parameter * | GetParameter (const char *name, const char *par_class=nullptr) |
TGo4Condition * | GetAnalysisCondition (const char *name, const char *cond_cl=nullptr) |
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) |
void | Clear (Option_t *opt="") override |
void | SetMakeWithAutosave (Bool_t on=kTRUE) |
Bool_t | IsObjMade () const |
TH1 * | MakeTH1 (char type, const char *fullname, const char *title, Int_t nbinsx, Double_t xlow, Double_t xup, const char *xtitle=nullptr, const char *ytitle=nullptr) |
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=nullptr, const char *ytitle=nullptr, const char *ztitle=nullptr) |
TGraph * | MakeGraph (const char *fullname, const char *title, Int_t points=0, Double_t *xvalues=nullptr, Double_t *yvalues=nullptr) |
TGraph * | MakeGraph (const char *fullname, const char *title, TF1 *function) |
TGo4RollingGraph * | MakeRollingGraph (const char *fullname, const char *title, Int_t points=0, Int_t average=1) |
TGo4WinCond * | MakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, const char *HistoName=nullptr) |
TGo4WinCond * | MakeWinCond (const char *fullname, Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax, const char *HistoName=nullptr) |
TGo4PolyCond * | MakePolyCond (const char *fullname, Int_t npoints, Double_t(*points) [2], const char *HistoName=nullptr) |
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=nullptr) |
TGo4ShapedCond * | MakeCircleCond (const char *fullname, Int_t npoints, Double_t cx, Double_t cy, Double_t r, const char *HistoName=nullptr) |
TGo4ShapedCond * | MakeBoxCond (const char *fullname, Double_t cx, Double_t cy, Double_t a1, Double_t a2, Double_t theta, const char *HistoName=nullptr) |
TGo4ShapedCond * | MakeFreeShapeCond (const char *fullname, Int_t npoints, Double_t(*points) [2], const char *HistoName=nullptr) |
TGo4ListCond * | MakeListCond (const char *fullname, const Int_t num, const Int_t *values, const char *HistoName=nullptr) |
TGo4ListCond * | MakeListCond (const char *fullname, const Int_t start, const Int_t stop, const Int_t step=1, const char *HistoName=nullptr) |
TGo4ListCond * | MakeListCond (const char *fullname, const char *title, const char *HistoName=nullptr) |
TGo4Parameter * | MakeParameter (const char *fullname, const char *classname, const char *newcmd=nullptr) |
Long64_t | ExecuteScript (const char *script_name) |
Long64_t | ExecutePython (const char *macro_name, Int_t *errcode=nullptr) |
Long64_t | ExecuteLine (const char *command, Int_t *errcode=nullptr) |
Bool_t | IsKeepInputEvent () const |
void | SetKeepInputEvent (Bool_t val=kTRUE) |
Bool_t | IsKeepOutputEvent () const |
void | SetKeepOutputEvent (Bool_t val=kTRUE) |
virtual void | UserPreLoop () |
virtual void | UserPostLoop () |
![]() | |
TGo4EventSource () | |
TGo4EventSource (const char *name) | |
virtual | ~TGo4EventSource () |
void | Clear (Option_t *opt="") override |
Int_t | GetCreateStatus () const |
Int_t | GetEventStatus () const |
const char * | GetErrMess () const |
virtual const char * | GetActiveName () const |
virtual Bool_t | CheckEventClass (TClass *cl) |
Public Attributes | |
TH1 * | fSum1 {nullptr} |
TH1 * | fSum2 {nullptr} |
TH1 * | fSum3 {nullptr} |
TXXXParameter * | fParam {nullptr} |
TGo4WinCond * | fWinCon {nullptr} |
TH1 * | fCaliSum1 {nullptr} |
TGraph * | fCaligraph {nullptr} |
TXXXParameter * | fParam1 {nullptr} |
TXXXParameter * | fParam2 {nullptr} |
TXXXCalibPar * | fCalipar {nullptr} |
TGo4Fitter * | fFitter {nullptr} |
Int_t | fFitCounter {0} |
TH1 * | fFitSrc {nullptr} |
TH1 * | fFitRes {nullptr} |
Additional Inherited Members | |
![]() | |
static const Int_t | fgiTIMEOUTDEFAULT =1 |
![]() | |
enum | { fguTXTLEN = 256 } |
![]() | |
TGo4EventProcessor () | |
![]() | |
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,...) |
Definition at line 24 of file TXXXAnlProc.h.
TXXXAnlProc::TXXXAnlProc | ( | ) |
Definition at line 26 of file TXXXAnlProc.cxx.
TXXXAnlProc::TXXXAnlProc | ( | const char * | name | ) |
Definition at line 32 of file TXXXAnlProc.cxx.
References TXXXParameter::fbHisto, fParam, fSum1, fSum2, fSum3, fWinCon, TGo4EventProcessor::GetAnalysisCondition(), TGo4Log::Info(), TGo4EventProcessor::MakeParameter(), TGo4EventProcessor::MakeTH1(), and TGo4WinCond::PrintCondition().
|
virtual |
Definition at line 54 of file TXXXAnlProc.cxx.
References TXXXParameter::fbHisto, fParam, fWinCon, TGo4Log::Info(), and TGo4WinCond::PrintCondition().
TXXXAnlProc::TXXXAnlProc | ( | ) |
TXXXAnlProc::TXXXAnlProc | ( | const char * | name | ) |
|
virtual |
|
overridevirtual |
Fill the destination event dest.
Reimplemented from TGo4EventSource.
Definition at line 62 of file TXXXAnlProc.cxx.
References TXXXParameter::fbHisto, TXXXUnpackEvent::fiCrate1, TXXXUnpackEvent::fiCrate2, fParam, TXXXAnlEvent::frData, TXXXParameter::frP1, TXXXParameter::frP2, fSum1, fSum2, fSum3, fWinCon, TGo4EventProcessor::GetInputEvent(), TGo4EventElement::IsValid(), TGo4EventElement::SetValid(), TGo4WinCond::Test(), and XXX_NUM_CHAN.
|
overridevirtual |
Fill the destination event dest.
Reimplemented from TGo4EventSource.
TGraph* TXXXAnlProc::fCaligraph {nullptr} |
Definition at line 36 of file TXXXAnlProc.h.
TXXXCalibPar* TXXXAnlProc::fCalipar {nullptr} |
Definition at line 40 of file TXXXAnlProc.h.
TH1* TXXXAnlProc::fCaliSum1 {nullptr} |
Definition at line 35 of file TXXXAnlProc.h.
Int_t TXXXAnlProc::fFitCounter {0} |
Definition at line 44 of file TXXXAnlProc.h.
TH1* TXXXAnlProc::fFitRes {nullptr} |
Definition at line 46 of file TXXXAnlProc.h.
TH1* TXXXAnlProc::fFitSrc {nullptr} |
Definition at line 45 of file TXXXAnlProc.h.
TGo4Fitter* TXXXAnlProc::fFitter {nullptr} |
Definition at line 43 of file TXXXAnlProc.h.
TXXXParameter* TXXXAnlProc::fParam {nullptr} |
Definition at line 36 of file TXXXAnlProc.h.
Referenced by BuildEvent(), TXXXAnlProc(), and ~TXXXAnlProc().
TXXXParameter* TXXXAnlProc::fParam1 {nullptr} |
Definition at line 38 of file TXXXAnlProc.h.
TXXXParameter* TXXXAnlProc::fParam2 {nullptr} |
Definition at line 39 of file TXXXAnlProc.h.
TH1 * TXXXAnlProc::fSum1 {nullptr} |
Definition at line 32 of file TXXXAnlProc.h.
Referenced by BuildEvent(), and TXXXAnlProc().
TH1 * TXXXAnlProc::fSum2 {nullptr} |
Definition at line 33 of file TXXXAnlProc.h.
Referenced by BuildEvent(), and TXXXAnlProc().
TH1 * TXXXAnlProc::fSum3 {nullptr} |
Definition at line 34 of file TXXXAnlProc.h.
Referenced by BuildEvent(), and TXXXAnlProc().
TGo4WinCond * TXXXAnlProc::fWinCon {nullptr} |
Definition at line 37 of file TXXXAnlProc.h.
Referenced by BuildEvent(), TXXXAnlProc(), and ~TXXXAnlProc().