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:
virtual~RooMPSentinel()
static TClass*Class()
virtual TClass*IsA() const
RooMPSentinel&operator=(const RooMPSentinel&)
RooMPSentinel()
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
protected:
voidadd(RooRealMPFE& mpfe)
voidremove(RooRealMPFE& mpfe)
RooMPSentinel(const RooMPSentinel&)

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