#include "TMonaLisa.h"

TMonaLisaText


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

class TMonaLisaText : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TMonaLisaText

    public:
TMonaLisaText(const char* name, const char* text) TMonaLisaText(const TMonaLisaText&) virtual ~TMonaLisaText() static TClass* Class() const char* GetText() const virtual TClass* IsA() const TMonaLisaText& operator=(const TMonaLisaText&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString fText text monitor value

Class Description

                                                                      
 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 ~TMonaLisaText()
         TMonaLisaText TMonaLisaText(const char* name, const char* text)
           const char* GetText() const
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
         TMonaLisaText TMonaLisaText(const TMonaLisaText&)
        TMonaLisaText& operator=(const TMonaLisaText&)


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.