Logo ROOT  
Reference Guide
RooFit::BatchModeHelpers Namespace Reference

Functions

std::unique_ptr< RooAbsRealcreateNLL (std::unique_ptr< RooAbsPdf > &&pdf, RooAbsData &data, std::unique_ptr< RooAbsReal > &&constraints, std::string const &rangeName, RooArgSet const &projDeps, bool isExtended, double integrateOverBinsPrecision, RooFit::BatchModeOption batchMode, RooFit::OffsetMode offset, bool takeGlobalObservablesFromData)
 
void logArchitectureInfo (RooFit::BatchModeOption batchMode)
 

Function Documentation

◆ createNLL()

std::unique_ptr< RooAbsReal > RooFit::BatchModeHelpers::createNLL ( std::unique_ptr< RooAbsPdf > &&  pdf,
RooAbsData data,
std::unique_ptr< RooAbsReal > &&  constraints,
std::string const &  rangeName,
RooArgSet const &  projDeps,
bool  isExtended,
double  integrateOverBinsPrecision,
RooFit::BatchModeOption  batchMode,
RooFit::OffsetMode  offset,
bool  takeGlobalObservablesFromData 
)

Definition at line 162 of file BatchModeHelpers.cxx.

◆ logArchitectureInfo()

void RooFit::BatchModeHelpers::logArchitectureInfo ( RooFit::BatchModeOption  batchMode)

Definition at line 225 of file BatchModeHelpers.cxx.