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

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

#include <HarpoDetAnalyse.h>

Public Member Functions

 HarpoDetAnalyse ()
 
virtual ~HarpoDetAnalyse ()
 
void Set (HarpoDetEvent *event)
 
virtual void process ()
 
virtual void Init ()
 
virtual void ProcessEvent (HarpoDetEvent *event)
 
virtual void print ()
 
virtual void Save (char *=NULL)
 

Protected Attributes

HarpoDetEventanaEvt
 
ULong_t nEvents
 

Detailed Description

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

The real analysis is done in process() procedure.

Definition at line 15 of file HarpoDetAnalyse.h.

Constructor & Destructor Documentation

HarpoDetAnalyse::HarpoDetAnalyse ( )

Definition at line 60 of file HarpoDetAnalyse.cxx.

virtual HarpoDetAnalyse::~HarpoDetAnalyse ( )
inlinevirtual

Definition at line 23 of file HarpoDetAnalyse.h.

Member Function Documentation

void HarpoDetAnalyse::Init ( )
virtual

Reimplemented in HarpoFeminosAnalyseNoiseMonitor, and Pmm2AnalyseEvProp.

Definition at line 46 of file HarpoDetAnalyse.cxx.

Here is the caller graph for this function:

void HarpoDetAnalyse::print ( )
virtual

Reimplemented in HarpoFeminosAnalyseNoiseMonitor, and Pmm2AnalyseEvProp.

Definition at line 27 of file HarpoDetAnalyse.cxx.

void HarpoDetAnalyse::process ( )
virtual

Reimplemented in HarpoFeminosAnalyseNoiseMonitor, and Pmm2AnalyseEvProp.

Definition at line 31 of file HarpoDetAnalyse.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void HarpoDetAnalyse::ProcessEvent ( HarpoDetEvent event)
virtual

Definition at line 54 of file HarpoDetAnalyse.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void HarpoDetAnalyse::Save ( char *  = NULL)
virtual

Reimplemented in HarpoFeminosAnalyseNoiseMonitor, and Pmm2AnalyseEvProp.

Definition at line 50 of file HarpoDetAnalyse.cxx.

Here is the caller graph for this function:

void HarpoDetAnalyse::Set ( HarpoDetEvent event)

Definition at line 21 of file HarpoDetAnalyse.cxx.

Here is the caller graph for this function:

Field Documentation

HarpoDetEvent* HarpoDetAnalyse::anaEvt
protected

Definition at line 18 of file HarpoDetAnalyse.h.

ULong_t HarpoDetAnalyse::nEvents
protected

Definition at line 19 of file HarpoDetAnalyse.h.


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