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
HarpoClusteringBlocs Class Reference

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

#include <HarpoClusteringBlocs.h>

Public Member Functions

 HarpoClusteringBlocs ()
 
void Init ()
 
void Save (char *mode=NULL)
 
void process ()
 
void print ()
 Overloaded method which do all job. More...
 
Int_t GroupClusters (Int_t nBloc, Int_t i, Int_t j, TClonesArray *clArray)
 Redefine empty default. More...
 
HarpoRecoClustersCollateClusters (Int_t iCl, Int_t i, Int_t j, TClonesArray *clArray)
 
Int_t MakeClusters (Int_t ndet)
 
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

TGNumberEntry * fChooseRebinX
 
TGNumberEntry * fChooseRebinZ
 
TGNumberEntry * fChooseNminBlocs
 
Int_t ** fMapReduced
 
Int_t ** fMapUsed
 
Int_t fNcl
 
Int_t fNminBlocs
 
Int_t fSizeX
 
Int_t fSizeZ
 
Int_t fRebinX
 
Int_t fRebinZ
 

Detailed Description

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

Definition at line 20 of file HarpoClusteringBlocs.h.

Constructor & Destructor Documentation

HarpoClusteringBlocs::HarpoClusteringBlocs ( )
inline

Definition at line 24 of file HarpoClusteringBlocs.h.

Member Function Documentation

HarpoRecoClusters * HarpoClusteringBlocs::CollateClusters ( Int_t  iCl,
Int_t  i,
Int_t  j,
TClonesArray *  clArray 
)

Definition at line 156 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Reimplemented from HarpoAnalyse.

Definition at line 424 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

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

Reimplemented from HarpoAnalyse.

Definition at line 363 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

Int_t HarpoClusteringBlocs::GroupClusters ( Int_t  nBloc,
Int_t  i,
Int_t  j,
TClonesArray *  clArray 
)

Redefine empty default.

Definition at line 127 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

Here is the caller graph for this function:

void HarpoClusteringBlocs::Init ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 297 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

Int_t HarpoClusteringBlocs::MakeClusters ( Int_t  ndet)

Definition at line 230 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

Here is the caller 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 HarpoClusteringBlocs::print ( )
virtual

Overloaded method which do all job.

Reimplemented from HarpoAnalyse.

Definition at line 42 of file HarpoClusteringBlocs.cxx.

Here is the call graph for this function:

void HarpoClusteringBlocs::process ( )
virtual

Implements HarpoAnalyse.

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

Reimplemented from HarpoAnalyse.

Definition at line 350 of file HarpoClusteringBlocs.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 HarpoClusteringBlocs::SetConfig ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 491 of file HarpoClusteringBlocs.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* HarpoClusteringBlocs::fChooseNminBlocs
private

Definition at line 41 of file HarpoClusteringBlocs.h.

TGNumberEntry* HarpoClusteringBlocs::fChooseRebinX
private

Definition at line 39 of file HarpoClusteringBlocs.h.

TGNumberEntry* HarpoClusteringBlocs::fChooseRebinZ
private

Definition at line 40 of file HarpoClusteringBlocs.h.

HarpoEvent* HarpoAnalyse::fEvt
inherited

Definition at line 70 of file HarpoAnalyse.h.

Int_t** HarpoClusteringBlocs::fMapReduced
private

Definition at line 43 of file HarpoClusteringBlocs.h.

Int_t** HarpoClusteringBlocs::fMapUsed
private

Definition at line 44 of file HarpoClusteringBlocs.h.

Int_t HarpoClusteringBlocs::fNcl
private

Definition at line 45 of file HarpoClusteringBlocs.h.

Int_t HarpoClusteringBlocs::fNminBlocs
private

Definition at line 46 of file HarpoClusteringBlocs.h.

Int_t HarpoClusteringBlocs::fRebinX
private

Definition at line 49 of file HarpoClusteringBlocs.h.

Int_t HarpoClusteringBlocs::fRebinZ
private

Definition at line 50 of file HarpoClusteringBlocs.h.

HarpoRunHeader* HarpoAnalyse::fRunHeader
protectedinherited

Definition at line 76 of file HarpoAnalyse.h.

Int_t HarpoClusteringBlocs::fSizeX
private

Definition at line 47 of file HarpoClusteringBlocs.h.

Int_t HarpoClusteringBlocs::fSizeZ
private

Definition at line 48 of file HarpoClusteringBlocs.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: