Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TVirtualMonitoring.cxx
Go to the documentation of this file.
1// @(#)root/base:$Id$
2// Author: Andreas-Joachim Peters 15/05/2006
3
4/*************************************************************************
5 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12/** \class TVirtualMonitoring
13\ingroup Base
14
15Provides the interface for externel Monitoring
16*/
17
18
19#include "TVirtualMonitoring.h"
20
21#include "TList.h"
22
25
26
29
30////////////////////////////////////////////////////////////
31/// destructor
32
34{
35 if (fTmpOpenPhases)
36 delete fTmpOpenPhases;
37}
#define ClassImp(name)
Definition Rtypes.h:364
TVirtualMonitoringWriter * gMonitoringWriter
TVirtualMonitoringReader * gMonitoringReader
virtual ~TVirtualMonitoringWriter()
destructor