#include <TYYYAnalysis.h>
Inheritance diagram for TYYYAnalysis:
Public Member Functions | |
TYYYAnalysis () | |
TYYYAnalysis (const char *lmd, const char *raw, const char *cal) | |
virtual | ~TYYYAnalysis () |
virtual Int_t | UserPreLoop () |
User defined function called once before processing the main event loop. | |
virtual Int_t | UserEventFunc () |
User defined function which processes the actual analysis. | |
virtual Int_t | UserPostLoop () |
User defined function called once after processing the main event loop. | |
Private Attributes | |
TFile * | fUserFile |
TYYYRawEvent * | fRawEvent |
TYYYUnpackEvent * | fUnpackEvent |
TH1D * | fSize |
TYYYParameter * | fPar |
Int_t | fEvents |
Int_t | fLastEvent |
|
Definition at line 33 of file TYYYAnalysis.cxx. |
|
|
Definition at line 85 of file TYYYAnalysis.cxx. |
|
User defined function called once before processing the main event loop. Optionally. Reimplemented from TGo4Analysis. Definition at line 92 of file TYYYAnalysis.cxx. References TGo4Analysis::AddHistogram(), TGo4Analysis::ClearObjects(), fEvents, fLastEvent, fRawEvent, fSize, fUnpackEvent, TGo4Analysis::GetHistogram(), TGo4Analysis::GetInputEvent(), and TGo4Analysis::GetOutputEvent(). |
|
User defined function which processes the actual analysis. May be called explicitely from analysis client thread, or may run in an implicit loop provided by method RunImplicit, if analyis works in a non threaded standalone mode. To be overridden in the user analysis class. Reimplemented from TGo4Analysis. Definition at line 143 of file TYYYAnalysis.cxx. References fEvents, fRawEvent, fSize, and TYYYRawEvent::GetColumns(). |
|
User defined function called once after processing the main event loop. Optionally. Reimplemented from TGo4Analysis. Definition at line 114 of file TYYYAnalysis.cxx. References fEvents, fRawEvent, fUnpackEvent, TGo4Analysis::GetCanvas(), and TGo4Analysis::GetHistogram(). |
|
Definition at line 37 of file TYYYAnalysis.h. |
|
Definition at line 38 of file TYYYAnalysis.h. Referenced by UserEventFunc(), UserPostLoop(), and UserPreLoop(). |
|
Definition at line 39 of file TYYYAnalysis.h. Referenced by UserPostLoop(), and UserPreLoop(). |
|
Definition at line 40 of file TYYYAnalysis.h. Referenced by UserEventFunc(), and UserPreLoop(). |
|
Definition at line 41 of file TYYYAnalysis.h. Referenced by TYYYAnalysis(). |
|
Definition at line 42 of file TYYYAnalysis.h. Referenced by UserEventFunc(), UserPostLoop(), and UserPreLoop(). |
|
Definition at line 43 of file TYYYAnalysis.h. Referenced by UserPreLoop(). |