38 void calculate()
const ;
44 void applyNLLWeightSquared(
Bool_t flag) ;
46 void enableOffsetting(
Bool_t flag) ;
61 enum Message { SendReal=0, SendCat, Calculate, Retrieve, ReturnValue, Terminate,
62 ConstOpt,
Verbose, LogEvalError, ApplyNLLW2, EnableOffset, CalculateNoOffset } ;
68 void doApplyNLLW2(
Bool_t flag) ;
void followAsSlave(RooRealMPFE &master)
virtual void constOptimizeTestStatistic(ConstOpCode opcode, Bool_t doAlsoTrackingOpt=kTRUE)
Forward constant term optimization management calls to component test statistics. ...
RooRealMPFE * _updateMaster
Flags if variable needs update on server-side.
void evaluate(typename Architecture_t::Matrix_t &A, EActivationFunction f)
Apply the given activation function to each value in the given matrix A.
Bool_t _retrieveDispatched
Update master.
RooRealMPFE is the multi-processor front-end for parallel calculation of RooAbsReal objects...
#define ClassDef(name, id)
std::vector< Bool_t > _constChanged
Flags if variable needs update on server-side.
virtual Double_t getCarry() const
void Initialize(Bool_t useTMVAStyle=kTRUE)
BidirMMapPipe creates a bidirectional channel between the current process and a child it forks...
std::vector< Bool_t > _valueChanged
connection to child
RooListProxy is the concrete proxy for RooArgList objects.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAbsTestStatistic is the abstract base class for all test statistics.
RooAbsReal::ErrorLoggingMode _remoteEvalErrorLoggingState
RooMPSentinel is a singleton class that keeps track of all parellel execution processes for goodness-...
Mother of all ROOT objects.
virtual TObject * clone(const char *newname) const
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
void initialize(typename Architecture_t::Matrix_t &A, EInitialization m)
RooFit::BidirMMapPipe * _pipe
static RooMPSentinel _sentinel