class TreeSearch::TimeToDistConv


TimeToDistConv


Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TimeToDistConv()
static TClass*Class()
virtual Double_tConvertTimeToDist(Double_t time, Double_t slope) const
UInt_tGetNparam() const
virtual Double_tGetParameter(UInt_t) const
virtual TClass*IsA() const
virtual Int_tSetParameters(const vector<double>&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TreeSearch::TimeToDistConv&operator=(const TreeSearch::TimeToDistConv& rhs)

Data Members

protected:
UInt_tfNparamNumber of parameters

Class Charts

Inheritance Chart:
TreeSearch::TimeToDistConv
TreeSearch::LinearTTD
TreeSearch::Pol2FitTTD
TreeSearch::TanhFitTTD

Function documentation

virtual ~TimeToDistConv()
{}
Double_t ConvertTimeToDist(Double_t time, Double_t slope) const
{ return fNparam; }
Double_t GetParameter(UInt_t ) const
{ return kBig; }
Int_t SetParameters(const vector<double>& )
{ return 0; }
TimeToDistConv& operator=(const TreeSearch::TimeToDistConv& rhs)

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.