#include "RooFit.h"
#include "RooMPSentinel.h"
#include "RooMPSentinel.h"
#include "RooRealMPFE.h"
ClassImp(RooMPSentinel)
;
RooMPSentinel::RooMPSentinel()
{
}
RooMPSentinel::~RooMPSentinel()
{
TIterator *iter = _mpfeSet.createIterator() ;
RooRealMPFE* mpfe ;
while((mpfe=(RooRealMPFE*)iter->Next())) {
mpfe->standby() ;
}
delete iter ;
}
void RooMPSentinel::add(RooRealMPFE& mpfe)
{
_mpfeSet.add(mpfe,kTRUE) ;
}
void RooMPSentinel::remove(RooRealMPFE& mpfe)
{
_mpfeSet.remove(mpfe,kTRUE) ;
}
ROOT page - Class index - Class Hierarchy - Top of the page
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.