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

Print raw data using HarpoAnalyse class. More...

#include <HarpoAnalysePrint.h>

Public Member Functions

 HarpoAnalysePrint ()
 
void Init ()
 
void Save (char *mode=NULL)
 
void process ()
 
void print ()
 Ovreloaded medod whic do all job. More...
 
void Set (HarpoEvent *event)
 
virtual void ProcessEvent (HarpoEvent *event)
 Set pointer to new event for analyse, anlyse event , and delete. More...
 
void SetRunHeader (HarpoRunHeader *hdr)
 
TFile * OpenHistFile (const char *ananame)
 
virtual void DisplayAnalysis (TRootEmbeddedCanvas *, TGListBox *)
 
virtual void ConfigFrame (TGMainFrame *, Int_t)
 
virtual void SetConfig ()
 

Data Fields

HarpoEventfEvt
 

Protected Attributes

ULong_t nEvents
 
HarpoRunHeaderfRunHeader
 

Private Attributes

TH1F * hevtno
 Redefine empty default. More...
 
TProfile * h10 [2]
 
TProfile * h11 [2]
 

Detailed Description

Print raw data using HarpoAnalyse class.

Exmple of HarpoAnalise class usage.

/commented/ Print raw data matrix for selected events.

Fill Charge vs Time and Charge vs Channel profiles for X and Y and save it to file.

Note
The real analysis done in process() proceedure.
Todo:
event print if Verbose > 1

Definition at line 17 of file HarpoAnalysePrint.h.

Constructor & Destructor Documentation

HarpoAnalysePrint::HarpoAnalysePrint ( )
inline

Definition at line 21 of file HarpoAnalysePrint.h.

Member Function Documentation

virtual void HarpoAnalyse::ConfigFrame ( TGMainFrame *  ,
Int_t   
)
inlinevirtualinherited
virtual void HarpoAnalyse::DisplayAnalysis ( TRootEmbeddedCanvas *  ,
TGListBox *   
)
inlinevirtualinherited
void HarpoAnalysePrint::Init ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 80 of file HarpoAnalysePrint.cxx.

TFile * HarpoAnalyse::OpenHistFile ( const char *  ananame)
inherited

Definition at line 150 of file HarpoAnalyse.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void HarpoAnalysePrint::print ( )
virtual

Ovreloaded medod whic do all job.

Reimplemented from HarpoAnalyse.

void HarpoAnalysePrint::process ( )
virtual

Implements HarpoAnalyse.

Definition at line 49 of file HarpoAnalysePrint.cxx.

Here is the call graph for this function:

void HarpoAnalyse::ProcessEvent ( HarpoEvent event)
virtualinherited

Set pointer to new event for analyse, anlyse event , and delete.

Reimplemented in HarpoAnalyseWriter.

Definition at line 139 of file HarpoAnalyse.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from HarpoAnalyse.

Definition at line 89 of file HarpoAnalysePrint.cxx.

Here is the call graph for this function:

void HarpoAnalyse::Set ( HarpoEvent event)
inherited

Definition at line 124 of file HarpoAnalyse.cxx.

Here is the caller graph for this function:

virtual void HarpoAnalyse::SetConfig ( )
inlinevirtualinherited
void HarpoAnalyse::SetRunHeader ( HarpoRunHeader hdr)
inlineinherited

Definition at line 60 of file HarpoAnalyse.h.

Here is the caller graph for this function:

Field Documentation

HarpoEvent* HarpoAnalyse::fEvt
inherited

Definition at line 70 of file HarpoAnalyse.h.

HarpoRunHeader* HarpoAnalyse::fRunHeader
protectedinherited

Definition at line 76 of file HarpoAnalyse.h.

TProfile* HarpoAnalysePrint::h10[2]
private

Definition at line 30 of file HarpoAnalysePrint.h.

TProfile* HarpoAnalysePrint::h11[2]
private

Definition at line 31 of file HarpoAnalysePrint.h.

TH1F* HarpoAnalysePrint::hevtno
private

Redefine empty default.

Definition at line 29 of file HarpoAnalysePrint.h.

ULong_t HarpoAnalyse::nEvents
protectedinherited

Definition at line 75 of file HarpoAnalyse.h.


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