class RooMPSentinel



RooMPSentinel is a singleton class that keeps track of all parellel execution processes for goodness-of-fit calculations. The primary task of RooMPSentinel is to terminate all server processes when the main ROOT process is exiting.

Function Members (Methods)

public:
RooMPSentinel()
virtual~RooMPSentinel()
static TClass*Class()
virtual TClass*IsA() const
RooMPSentinel&operator=(const RooMPSentinel&)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
RooMPSentinel(const RooMPSentinel&)
voidadd(RooRealMPFE& mpfe)
voidremove(RooRealMPFE& mpfe)

Data Members

protected:
RooArgSet_mpfeSet

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RooMPSentinel(const RooMPSentinel& )
 Constructor
~RooMPSentinel()
 Destructor. Terminate all parallel processes still registered with
 the sentinel
void add(RooRealMPFE& mpfe)
 Register given multi-processor front-end object with the sentinel
void remove(RooRealMPFE& mpfe)
 Remove given multi-processor front-end object from the sentinel
RooMPSentinel(const RooMPSentinel& )

Last change: Wed Jun 25 08:33:24 2008
Last generated: 2008-06-25 08:33
Copyright (c) 2000-2005, Regents of the University of California *

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.