#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
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.