MyAnalysis Class Reference

#include <MyAnalysis.h>

Inheritance diagram for MyAnalysis:

MyAnalysisExample MyHtautauAnalysis MyHtoWWAnalysis List of all members.

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

Detailed Description

This class is the user's analysis class which is called by the NtupleReader. The user should write an analysis class which is derived from MyAnalysis.

Date:
8.11.2006
Author:
Oliver.Kortner, manfred.groh

Definition at line 30 of file MyAnalysis.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Oct 21 11:50:47 2008 for NtupleAnalysis by  doxygen 1.5.1