#include "TParameter.h"

TParameter<double>


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

class TParameter<double> : public TObject

Inheritance Chart:
TObject
<-
TParameter<double>

    public:
TParameter<double>() TParameter<double>(const char* name, const double& val) TParameter<double>(const TParameter<double>&) ~TParameter<double>() static TClass* Class() virtual const char* GetName() const const double& GetVal() const virtual TClass* IsA() const TParameter<double>& operator=(const TParameter<double>&) void SetVal(const double& val) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fName double fVal

Class Description

                                                                      
 TParameter<AParamType>                                               
                                                                      
 Named parameter, streamable and storable.                            
                                                                      

void SetVal(const AParamType &val)

Author: Maarten Ballintijn 21/06/2004
Last update: root/base:$Name: $:$Id: TParameter.cxx,v 1.2 2004/06/25 22:44:18 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.