class TreeSearch::TreeParam_t

Function Members (Methods)

public:
~TreeParam_t()
UInt_tmaxdepth() const
Double_tmaxslope() const
Int_tNormalize()
TreeSearch::TreeParam_t&operator=(const TreeSearch::TreeParam_t&)
TreeSearch::TreeParam_tTreeParam_t(const TreeSearch::TreeParam_t&)
TreeSearch::TreeParam_tTreeParam_t(UInt_t maxdepth, Double_t width, Double_t maxslope, const vector<Double_t>& zpos)
Double_twidth() const
const vector<Double_t>&zpos() const

Data Members

private:
UInt_tfMaxdepthDepth of tree
Double_tfMaxslopeMax slope (dx/dz) of tracks
Bool_tfNormalizedmaxslope and zpos are normalized
Double_tfWidthPhysical detector width (needed in Hitpattern)
vector<Double_t>fZposz-positions of pattern planes

Class Charts

Inheritance Chart:
TreeSearch::TreeParam_t

Function documentation

TreeParam_t(UInt_t maxdepth, Double_t width, Double_t maxslope, const vector<Double_t>& zpos)
{}
Int_t Normalize()
UInt_t maxdepth()
{ return fMaxdepth; }
Double_t width()
{ return fWidth; }
Double_t maxslope()
{ return fMaxslope; }
const vector<Double_t>& zpos()
{ return fZpos; }
const PatternTree& operator=(const TreeSearch::TreeParam_t& )

Last update: Tue Jul 7 19:26:19 2009

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.