#include <MyAnalysis.h>
Inheritance diagram for MyAnalysis:
Public Member Functions | |
MyAnalysis (void) | |
default constructor | |
virtual | ~MyAnalysis (void) |
destructor | |
virtual void | initialize (void)=0 |
virtual void | analyse_event (const MyEvent &event)=0 |
analyse the given event | |
virtual void | end_of_analysis (void)=0 |
Definition at line 30 of file MyAnalysis.h.
virtual void MyAnalysis::initialize | ( | void | ) | [pure virtual] |
initialize the analysis at the before reading the events
Implemented in MyAnalysisExample, MyHtautauAnalysis, and MyHtoWWAnalysis.
virtual void MyAnalysis::end_of_analysis | ( | void | ) | [pure virtual] |
this method is called at the end of data reading
Implemented in MyAnalysisExample, MyHtautauAnalysis, and MyHtoWWAnalysis.