ROOT logo
ROOT » ROOFIT » ROOFITCORE » RooMPSentinel

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)
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()
 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()