TMonaLisaValue
class description - source file - inheritance tree (.pdf)
public:
TMonaLisaValue(const char* name, Double_t value)
TMonaLisaValue(const TMonaLisaValue&)
virtual ~TMonaLisaValue()
static TClass* Class()
Double_t GetValue() const
Double_t* GetValuePtr()
virtual TClass* IsA() const
TMonaLisaValue& operator=(const TMonaLisaValue&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Double_t fValue double monitor value
TMonaLisa
Class defining interface to MonaLisa Monitoring Services in ROOT
The TMonaLisa object is used to send monitoring information to a
MonaLisa server using the MonaLisa ApMon package (libapmoncpp.so/UDP
packets). The MonaLisa ApMon library for C++ can be downloaded at
http://monalisa.cacr.caltech.edu/monalisa__Download__ApMon.html,
current version:
http://monalisa.cacr.caltech.edu/download/apmon/ApMon_cpp-2.0.6.tar.gz
The ROOT implementation is primary optimized for process/job
monitoring, although all other generic MonaLisa ApMon functionality
can be exploited through the ApMon class directly
(gMonaLisa->GetApMon()).
Inline Functions
void ~TMonaLisaValue()
TMonaLisaValue TMonaLisaValue(const char* name, Double_t value)
Double_t GetValue() const
Double_t* GetValuePtr()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TMonaLisaValue TMonaLisaValue(const TMonaLisaValue&)
TMonaLisaValue& operator=(const TMonaLisaValue&)
Author: Andreas Peters 5/10/2005
Last update: root/monalisa:$Name: $:$Id: TMonaLisa.h,v 1.1 2005/12/11 02:39:28 rdm Exp $
Copyright (C) 1995-2005, 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.