#ifndef ROO_MP_SENTINEL
#define ROO_MP_SENTINEL
#include "Rtypes.h"
#include "RooArgSet.h"
class RooRealMPFE ;
class RooMPSentinel {
public:
RooMPSentinel() ;
virtual ~RooMPSentinel() ;
protected:
friend class RooRealMPFE ;
void add(RooRealMPFE& mpfe) ;
void remove(RooRealMPFE& mpfe) ;
RooMPSentinel(const RooMPSentinel&) {
}
RooArgSet _mpfeSet ;
ClassDef(RooMPSentinel,1)
};
#endif
Last change: Wed Jun 25 08:33:24 2008
Last generated: 2008-06-25 08:33
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.