#include "hmdc34clfinder.h"

HMdcProjPlot


class description - source file - inheritance tree (.pdf)

class HMdcProjPlot : public HMdcPlane

Inheritance Chart:
TObject
<-
HMdcPlane
<-
HMdcProjPlot

    public:
HMdcProjPlot(UChar_t mSeg, Int_t inBinX, Int_t inBinY) HMdcProjPlot(const HMdcProjPlot&) ~HMdcProjPlot() static TClass* Class() void clearArr() TH2C* getPlot(Char_t* name, Char_t* title) TH2C* getPlotV2(Char_t* name, Char_t* title) virtual TClass* IsA() const HMdcProjPlot& operator=(const HMdcProjPlot&) void print() void setEdges(Float_t iyMin, Float_t ixMinD, Float_t ixMaxD, Float_t iyMax, Float_t ixMin, Float_t ixMax) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
Float_t yMin Float_t yMax The sizes of the plot. Float_t xMin Float_t xMax Float_t xMinD Float_t xMaxD The small side of the MDC's proj. Short_t nBinX num.bins along axis X (xMin-xMax) Float_t stX step X = (xMax-xMin)/nBinX Short_t nBinY num.bins along axis Y Float_t stY step Y= (yMax-yMin)/nBinY Short_t* xMinL In units of bin X num. Short_t* xMaxL Short_t* yMinL yMaxL[nx]=nBinY-1 Double_t* xBinsPos Bins positions Double_t* yBinsPos UChar_t* plModF first module in segment project plot UChar_t* plModS second module in segment project plot Int_t size The size of the plModF[] and plModS[] Int_t sizeBAr The size of the bit array plotBAr (in bytes) UChar_t* plotBArSc Bit array (1 bit - 1 bin in plot) (for scaning) Int_t* plotBArSc4b plotBArSc4b=plotBArSc static Char_t* weights array of pr.plot bins weights static Int_t wtArrSize weights array size Int_t minBin4Sc bins region in plotBArSc for scaning Int_t maxBin4Sc TH2C* rootPlot TH2C* rootPlotV2

Class Description

 HMdc34ClFinder

 Track finder for outer segment MDC:
 Constructor:



HMdcProjPlot(UChar_t mSeg, Int_t inBinX, Int_t inBinY)

void clearArr(void)

~HMdcProjPlot()

void setEdges(Float_t iyMin, Float_t ixMinD, Float_t ixMaxD, Float_t iyMax, Float_t ixMin, Float_t ixMax)

void print(void)

TH2C* getPlot(Char_t* name, Char_t* title)

TH2C* getPlotV2(Char_t* name, Char_t* title)



Inline Functions


              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
         HMdcProjPlot HMdcProjPlot(const HMdcProjPlot&)
        HMdcProjPlot& operator=(const HMdcProjPlot&)


Last update: 07/02/2003 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.