HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes
HarpoSimAnalyse Class Reference

A virtual class which define intrafece between HARPO Reader and Event Analysis code. More...

#include <HarpoSimAnalyse.h>

Public Member Functions

 HarpoSimAnalyse ()
 
virtual ~HarpoSimAnalyse ()
 
void Set (HarpoSimEvent *event)
 
virtual void process ()
 
virtual void Init ()
 
virtual void ProcessEvent (HarpoSimEvent *event)
 
virtual void print ()
 
virtual void Save (char *mode=NULL)
 

Private Attributes

HarpoSimEventanaEvt
 

Detailed Description

A virtual class which define intrafece between HARPO Reader and Event Analysis code.

The real analysis done in process() proceedure.

Definition at line 15 of file HarpoSimAnalyse.h.

Constructor & Destructor Documentation

HarpoSimAnalyse::HarpoSimAnalyse ( )

Definition at line 61 of file HarpoSimAnalyse.cxx.

virtual HarpoSimAnalyse::~HarpoSimAnalyse ( )
inlinevirtual

Definition at line 22 of file HarpoSimAnalyse.h.

Member Function Documentation

void HarpoSimAnalyse::Init ( )
virtual

Definition at line 47 of file HarpoSimAnalyse.cxx.

void HarpoSimAnalyse::print ( )
virtual

Definition at line 27 of file HarpoSimAnalyse.cxx.

void HarpoSimAnalyse::process ( )
virtual

Definition at line 31 of file HarpoSimAnalyse.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void HarpoSimAnalyse::ProcessEvent ( HarpoSimEvent event)
virtual

Definition at line 55 of file HarpoSimAnalyse.cxx.

Here is the call graph for this function:

void HarpoSimAnalyse::Save ( char *  mode = NULL)
virtual

Definition at line 51 of file HarpoSimAnalyse.cxx.

void HarpoSimAnalyse::Set ( HarpoSimEvent event)

Definition at line 21 of file HarpoSimAnalyse.cxx.

Here is the caller graph for this function:

Field Documentation

HarpoSimEvent* HarpoSimAnalyse::anaEvt
private

Definition at line 18 of file HarpoSimAnalyse.h.


The documentation for this class was generated from the following files: