#include <RooMPSentinel.h>
Public Member Functions | |
RooMPSentinel () | |
virtual | ~RooMPSentinel () |
RooMPSentinel () | |
virtual | ~RooMPSentinel () |
Protected Member Functions | |
void | add (RooRealMPFE &mpfe) |
void | remove (RooRealMPFE &mpfe) |
RooMPSentinel (const RooMPSentinel &) | |
void | add (RooRealMPFE &mpfe) |
void | remove (RooRealMPFE &mpfe) |
RooMPSentinel (const RooMPSentinel &) | |
Protected Attributes | |
RooArgSet | _mpfeSet |
Friends | |
class | RooRealMPFE |
Definition at line 23 of file RooMPSentinel.h.
RooMPSentinel::RooMPSentinel | ( | ) |
Definition at line 39 of file RooMPSentinel.cxx.
RooMPSentinel::~RooMPSentinel | ( | ) | [virtual] |
Definition at line 47 of file RooMPSentinel.cxx.
References _mpfeSet, RooAbsCollection::createIterator(), TIterator::Next(), and RooRealMPFE::standby().
RooMPSentinel::RooMPSentinel | ( | const RooMPSentinel & | ) | [inline, protected] |
Definition at line 35 of file RooMPSentinel.h.
RooMPSentinel::RooMPSentinel | ( | ) |
virtual RooMPSentinel::~RooMPSentinel | ( | ) | [virtual] |
RooMPSentinel::RooMPSentinel | ( | const RooMPSentinel & | ) | [inline, protected] |
Definition at line 35 of file RooMPSentinel.h.
void RooMPSentinel::add | ( | RooRealMPFE & | mpfe | ) | [protected] |
Definition at line 63 of file RooMPSentinel.cxx.
References _mpfeSet, RooArgSet::add(), and kTRUE.
Referenced by RooRealMPFE::RooRealMPFE().
void RooMPSentinel::remove | ( | RooRealMPFE & | mpfe | ) | [protected] |
Definition at line 73 of file RooMPSentinel.cxx.
References _mpfeSet, kTRUE, and RooAbsCollection::remove().
Referenced by RooRealMPFE::~RooRealMPFE().
void RooMPSentinel::add | ( | RooRealMPFE & | mpfe | ) | [protected] |
void RooMPSentinel::remove | ( | RooRealMPFE & | mpfe | ) | [protected] |
RooRealMPFE [friend] |
Definition at line 31 of file RooMPSentinel.h.
RooArgSet RooMPSentinel::_mpfeSet [protected] |