#include <TYYYAnalysis.h>
Public Member Functions | |
TYYYAnalysis () | |
TYYYAnalysis (int argc, char **argv) | |
virtual | ~TYYYAnalysis () |
virtual Int_t | UserPreLoop () |
virtual Int_t | UserEventFunc () |
virtual Int_t | UserPostLoop () |
Private Attributes | |
TYYYRawEvent * | fRawEvent |
TYYYUnpackEvent * | fUnpackEvent |
TH1D * | fSize |
TYYYParameter * | fPar |
Int_t | fEvents |
Int_t | fLastEvent |
Definition at line 24 of file TYYYAnalysis.h.
TYYYAnalysis::TYYYAnalysis | ( | ) |
Definition at line 32 of file TYYYAnalysis.cxx.
References TGo4Log::Error().
TYYYAnalysis::TYYYAnalysis | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 44 of file TYYYAnalysis.cxx.
References __GO4BUILDVERSION__, TGo4Analysis::AddAnalysisStep(), TGo4Analysis::AddCanvas(), TGo4Analysis::AddParameter(), TGo4Version::CheckVersion(), TGo4StepFactory::DefEventProcessor(), TGo4StepFactory::DefInputEvent(), TGo4StepFactory::DefOutputEvent(), TGo4StepFactory::DefUserEventSource(), TGo4Log::Error(), fPar, TYYYParameter::frP1, TYYYParameter::frP2, TGo4Analysis::GetCanvas(), TGo4Analysis::GetName(), TGo4Log::Info(), TGo4AnalysisStep::SetErrorStopEnabled(), TGo4FileStoreParameter::SetOverwriteMode(), TGo4AnalysisStep::SetProcessEnabled(), TGo4AnalysisStep::SetSourceEnabled(), TGo4AnalysisStep::SetStoreEnabled(), and TGo4Analysis::TGo4AnalysisStep.
TYYYAnalysis::~TYYYAnalysis | ( | ) | [virtual] |
Definition at line 100 of file TYYYAnalysis.cxx.
References TGo4Log::Info().
Int_t TYYYAnalysis::UserEventFunc | ( | ) | [virtual] |
User defined function which processes the actual analysis. May be called explicitly from analysis client thread, or may run in an implicit loop provided by method RunImplicit, if analysis works in a non threaded standalone mode. To be overridden in the user analysis class.
Reimplemented from TGo4Analysis.
Definition at line 155 of file TYYYAnalysis.cxx.
References fEvents, fRawEvent, fSize, and TYYYRawEvent::GetColumns().
Int_t TYYYAnalysis::UserPostLoop | ( | ) | [virtual] |
User defined function called once after processing the main event loop. Optionally.
Reimplemented from TGo4Analysis.
Definition at line 128 of file TYYYAnalysis.cxx.
References fEvents, fRawEvent, fUnpackEvent, TGo4Analysis::GetCanvas(), TGo4Analysis::GetHistogram(), and TGo4Log::Info().
Int_t TYYYAnalysis::UserPreLoop | ( | ) | [virtual] |
User defined function called once before processing the main event loop. Optionally.
Reimplemented from TGo4Analysis.
Definition at line 107 of file TYYYAnalysis.cxx.
References TGo4Analysis::AddHistogram(), TGo4Analysis::ClearObjects(), fEvents, fRawEvent, fSize, fUnpackEvent, TGo4Analysis::GetHistogram(), TGo4Analysis::GetInputEvent(), TGo4Analysis::GetOutputEvent(), and TGo4Log::Info().
Int_t TYYYAnalysis::fEvents [private] |
Definition at line 37 of file TYYYAnalysis.h.
Referenced by UserEventFunc(), UserPostLoop(), and UserPreLoop().
Int_t TYYYAnalysis::fLastEvent [private] |
Definition at line 38 of file TYYYAnalysis.h.
TYYYParameter* TYYYAnalysis::fPar [private] |
Definition at line 36 of file TYYYAnalysis.h.
Referenced by TYYYAnalysis().
TYYYRawEvent* TYYYAnalysis::fRawEvent [private] |
Definition at line 33 of file TYYYAnalysis.h.
Referenced by UserEventFunc(), UserPostLoop(), and UserPreLoop().
TH1D* TYYYAnalysis::fSize [private] |
Definition at line 35 of file TYYYAnalysis.h.
Referenced by UserEventFunc(), and UserPreLoop().
TYYYUnpackEvent* TYYYAnalysis::fUnpackEvent [private] |
Definition at line 34 of file TYYYAnalysis.h.
Referenced by UserPostLoop(), and UserPreLoop().