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

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

#include <HarpoAnalyseVertex3D.h>

Public Member Functions

 HarpoAnalyseVertex3D ()
 
void Init ()
 
void Save (char *mode=NULL)
 
void process ()
 
void print ()
 Overloaded method which do all job. More...
 
void DisplayAnalysis (TRootEmbeddedCanvas *ecTab, TGListBox *infobox)
 Redefine empty default. More...
 
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

TH1F * hDist
 
TH1F * hOmega
 
TH1F * hOmegaSim
 
TH1F * hDiffOpen
 
TH1F * hOpen
 
TH1F * hOpenSim
 
TH1F * hDeltaOpen
 
TH1F * hDeltaOmega
 
TH2F * hP
 
TGraph2D * gBeam
 
TNtupleD * fNtuple
 
Int_t fNbins
 
TGNumberEntry * fChooseNbins
 

Detailed Description

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

Definition at line 23 of file HarpoAnalyseVertex3D.h.

Constructor & Destructor Documentation

HarpoAnalyseVertex3D::HarpoAnalyseVertex3D ( )
inline

Definition at line 27 of file HarpoAnalyseVertex3D.h.

Member Function Documentation

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

Reimplemented from HarpoAnalyse.

Definition at line 392 of file HarpoAnalyseVertex3D.cxx.

Here is the call graph for this function:

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

Redefine empty default.

Reimplemented from HarpoAnalyse.

Definition at line 365 of file HarpoAnalyseVertex3D.cxx.

Here is the call graph for this function:

void HarpoAnalyseVertex3D::Init ( )
virtual

Reimplemented from HarpoAnalyse.

Definition at line 318 of file HarpoAnalyseVertex3D.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 HarpoAnalyseVertex3D::print ( )
virtual

Overloaded method which do all job.

Reimplemented from HarpoAnalyse.

Definition at line 42 of file HarpoAnalyseVertex3D.cxx.

Here is the call graph for this function:

void HarpoAnalyseVertex3D::process ( )
virtual

Implements HarpoAnalyse.

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

Reimplemented from HarpoAnalyse.

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

Reimplemented from HarpoAnalyse.

Definition at line 452 of file HarpoAnalyseVertex3D.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* HarpoAnalyseVertex3D::fChooseNbins
private

Definition at line 55 of file HarpoAnalyseVertex3D.h.

HarpoEvent* HarpoAnalyse::fEvt
inherited

Definition at line 70 of file HarpoAnalyse.h.

Int_t HarpoAnalyseVertex3D::fNbins
private

Definition at line 54 of file HarpoAnalyseVertex3D.h.

TNtupleD* HarpoAnalyseVertex3D::fNtuple
private

Definition at line 52 of file HarpoAnalyseVertex3D.h.

HarpoRunHeader* HarpoAnalyse::fRunHeader
protectedinherited

Definition at line 76 of file HarpoAnalyse.h.

TGraph2D* HarpoAnalyseVertex3D::gBeam
private

Definition at line 50 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hDeltaOmega
private

Definition at line 48 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hDeltaOpen
private

Definition at line 47 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hDiffOpen
private

Definition at line 44 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hDist
private

Definition at line 41 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hOmega
private

Definition at line 42 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hOmegaSim
private

Definition at line 43 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hOpen
private

Definition at line 45 of file HarpoAnalyseVertex3D.h.

TH1F* HarpoAnalyseVertex3D::hOpenSim
private

Definition at line 46 of file HarpoAnalyseVertex3D.h.

TH2F* HarpoAnalyseVertex3D::hP
private

Definition at line 49 of file HarpoAnalyseVertex3D.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: