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 | Static Private Attributes
HarpoAnalysePattern Class Reference

Dummy analysis to run as test and example. Give basic histograms of the data. More...

#include <HarpoAnalysePattern.h>

Public Member Functions

 HarpoAnalysePattern ()
 
void Init ()
 
void Save (char *mode=NULL)
 
void process ()
 
void print ()
 Overloaded method which do all job. More...
 
void GetShortest (TH2I *h, Int_t length, Int_t i, Int_t j)
 Redefine empty default. More...
 
void GetRoute (TH2I *hRoute, TH2I *h, Int_t length, Int_t i, Int_t j)
 
void DisplayAnalysis (TRootEmbeddedCanvas *ecTab, TGListBox *infobox)
 
void ConfigFrame (TGMainFrame *fMain, Int_t id)
 
void SetConfig ()
 
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)
 

Data Fields

HarpoEventfEvt
 

Protected Attributes

ULong_t nEvents
 
HarpoRunHeaderfRunHeader
 

Private Attributes

Int_t fRebinX
 
Int_t fRebinZ
 
TH2I * fHistShortest [2][kMaxNvertex]
 
TH2I * fHistRoute [2][kMaxNvertex]
 
TH2I * fHistRoute2 [2][kMaxNvertex]
 
TGNumberEntry * fChooseRebinX
 
TGNumberEntry * fChooseRebinZ
 

Static Private Attributes

static const Int_t kMaxNvertex = 20
 

Detailed Description

Dummy analysis to run as test and example. Give basic histograms of the data.

Definition at line 22 of file HarpoAnalysePattern.h.

Constructor & Destructor Documentation

HarpoAnalysePattern::HarpoAnalysePattern ( )
inline

Definition at line 26 of file HarpoAnalysePattern.h.

Member Function Documentation

void HarpoAnalysePattern::ConfigFrame ( TGMainFrame *  fMain,
Int_t  id 
)
virtual

Reimplemented from HarpoAnalyse.

Definition at line 312 of file HarpoAnalysePattern.cxx.

Here is the call graph for this function:

void HarpoAnalysePattern::DisplayAnalysis ( TRootEmbeddedCanvas *  ecTab,
TGListBox *  infobox 
)
virtual

Reimplemented from HarpoAnalyse.

Definition at line 236 of file HarpoAnalysePattern.cxx.

Here is the call graph for this function:

void HarpoAnalysePattern::GetRoute ( TH2I *  hRoute,
TH2I *  h,
Int_t  length,
Int_t  i,
Int_t  j 
)

Definition at line 187 of file HarpoAnalysePattern.cxx.

Here is the caller graph for this function:

void HarpoAnalysePattern::GetShortest ( TH2I *  h,
Int_t  length,
Int_t  i,
Int_t  j 
)

Redefine empty default.

Definition at line 168 of file HarpoAnalysePattern.cxx.

Here is the caller graph for this function:

void HarpoAnalysePattern::Init ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 203 of file HarpoAnalysePattern.cxx.

Here is the call graph for this function:

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 HarpoAnalysePattern::print ( )
virtual

Overloaded method which do all job.

Reimplemented from HarpoAnalyse.

void HarpoAnalysePattern::process ( )
virtual

Implements HarpoAnalyse.

Definition at line 58 of file HarpoAnalysePattern.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 HarpoAnalysePattern::Save ( char *  mode = NULL)
virtual

Reimplemented from HarpoAnalyse.

Definition at line 404 of file HarpoAnalysePattern.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:

void HarpoAnalysePattern::SetConfig ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 379 of file HarpoAnalysePattern.cxx.

void HarpoAnalyse::SetRunHeader ( HarpoRunHeader hdr)
inlineinherited

Definition at line 60 of file HarpoAnalyse.h.

Here is the caller graph for this function:

Field Documentation

TGNumberEntry* HarpoAnalysePattern::fChooseRebinX
private

Definition at line 51 of file HarpoAnalysePattern.h.

TGNumberEntry* HarpoAnalysePattern::fChooseRebinZ
private

Definition at line 52 of file HarpoAnalysePattern.h.

HarpoEvent* HarpoAnalyse::fEvt
inherited

Definition at line 70 of file HarpoAnalyse.h.

TH2I* HarpoAnalysePattern::fHistRoute[2][kMaxNvertex]
private

Definition at line 48 of file HarpoAnalysePattern.h.

TH2I* HarpoAnalysePattern::fHistRoute2[2][kMaxNvertex]
private

Definition at line 49 of file HarpoAnalysePattern.h.

TH2I* HarpoAnalysePattern::fHistShortest[2][kMaxNvertex]
private

Definition at line 47 of file HarpoAnalysePattern.h.

Int_t HarpoAnalysePattern::fRebinX
private

Definition at line 42 of file HarpoAnalysePattern.h.

Int_t HarpoAnalysePattern::fRebinZ
private

Definition at line 43 of file HarpoAnalysePattern.h.

HarpoRunHeader* HarpoAnalyse::fRunHeader
protectedinherited

Definition at line 76 of file HarpoAnalyse.h.

const Int_t HarpoAnalysePattern::kMaxNvertex = 20
staticprivate

Definition at line 45 of file HarpoAnalysePattern.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: