#include "hmdcalignerd.h" |
HMdcAlignerD
class description - source file - inheritance tree (.pdf)
protected:
void printCluster(HMdcClus* fClst)
public:
HMdcAlignerD(Bool_t isCOff, Int_t typeClFn = 0)
HMdcAlignerD(Text_t* name, Text_t* title, Bool_t isCOff, Int_t typeClFn = 0)
HMdcAlignerD()
HMdcAlignerD(Text_t* name, Text_t* title)
~HMdcAlignerD()
static TClass* Class()
virtual Int_t execute()
virtual Bool_t finalize()
HMdcEvntListCellsAndTimes* getEvent()
HMdcTrackFitter* getFitter()
HMdcAlignerParam* getParam()
HMdcStoreClusters* getStoreClusters()
HMdcStoreEvents* getStoreWires()
virtual Bool_t init()
virtual TClass* IsA() const
void monitor(HGeomVector* target = 0)
virtual Bool_t reinit()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
HMdcEvntListCellsAndTimes* event
HMdcStoreEvents storeWires
HMdcStoreClusters* storeClusters
HMdcTrackFitInOut* fitpar
HMdcTrackFitter* fitter
HMdcAlignerParam* param
HMdcTrackFinder
The program for candidates to tracks finding.
Using:
Put in task list task:
HMdcTrackFinder* trackFinder;
HMdcAlignerD(Bool_t isCOff, Int_t typeClFn)
: HMdcTrackFinder(isCOff,typeClFn)
HMdcAlignerD(Text_t *name, Text_t *title, Bool_t isCOff, Int_t typeClFn)
: HMdcTrackFinder(name,title,isCOff,typeClFn)
HMdcAlignerD(void)
HMdcAlignerD(Text_t *name, Text_t *title) :
HMdcTrackFinder(name,title)
~HMdcAlignerD()
Bool_t init(void)
Bool_t reinit(void)
Int_t execute(void)
Bool_t finalize(void)
void monitor(HGeomVector * target)
void printCluster(HMdcClus* fClst)
Inline Functions
HMdcStoreEvents* getStoreWires()
HMdcStoreClusters* getStoreClusters()
HMdcEvntListCellsAndTimes* getEvent()
HMdcTrackFitter* getFitter()
HMdcAlignerParam* getParam()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: H.Agakichiev & V.Pechenov
Last update: 30.06.2004 by V.Pechenov
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.