Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooBatchCompute::RF_ARCH Namespace Reference

Classes

class  Batch
 
class  Batches
 
class  RooBatchComputeClass
 This class overrides some RooBatchComputeInterface functions, for the purpose of providing a CPU specific implementation of the library. More...
 

Typedefs

using BatchesHandle = Batches &
 

Functions

__rooglobal__ void computeAddPdf (BatchesHandle batches)
 
__rooglobal__ void computeArgusBG (BatchesHandle batches)
 
__rooglobal__ void computeBernstein (BatchesHandle batches)
 
__rooglobal__ void computeBifurGauss (BatchesHandle batches)
 
__rooglobal__ void computeBreitWigner (BatchesHandle batches)
 
__rooglobal__ void computeBukin (BatchesHandle batches)
 
__rooglobal__ void computeCBShape (BatchesHandle batches)
 
__rooglobal__ void computeChebychev (BatchesHandle batches)
 
__rooglobal__ void computeChiSquare (BatchesHandle batches)
 
__rooglobal__ void computeDstD0BG (BatchesHandle batches)
 
__rooglobal__ void computeExponential (BatchesHandle batches)
 
__rooglobal__ void computeGamma (BatchesHandle batches)
 
__rooglobal__ void computeGaussian (BatchesHandle batches)
 
__rooglobal__ void computeJohnson (BatchesHandle batches)
 
__rooglobal__ void computeLandau (BatchesHandle batches)
 
__rooglobal__ void computeLognormal (BatchesHandle batches)
 
__rooglobal__ void computeNegativeLogarithms (BatchesHandle batches)
 
__rooglobal__ void computeNovosibirsk (BatchesHandle batches)
 
__rooglobal__ void computePoisson (BatchesHandle batches)
 
__rooglobal__ void computePolynomial (BatchesHandle batches)
 
__rooglobal__ void computeProdPdf (BatchesHandle batches)
 
__rooglobal__ void computeRatio (BatchesHandle batches)
 
__rooglobal__ void computeVoigtian (BatchesHandle batches)
 
std::vector< void(*)(BatchesHandle)> getFunctions ()
 Returns a std::vector of pointers to the compute functions in this file.
 

Variables

static RooBatchComputeClass computeObj
 Static object to trigger the constructor which overwrites the dispatch pointer.
 

Typedef Documentation

◆ BatchesHandle

Definition at line 117 of file Batches.h.

Function Documentation

◆ computeAddPdf()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeAddPdf ( BatchesHandle  batches)

Definition at line 47 of file ComputeFunctions.cxx.

◆ computeArgusBG()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeArgusBG ( BatchesHandle  batches)

Definition at line 57 of file ComputeFunctions.cxx.

◆ computeBernstein()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeBernstein ( BatchesHandle  batches)

Definition at line 73 of file ComputeFunctions.cxx.

◆ computeBifurGauss()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeBifurGauss ( BatchesHandle  batches)

Definition at line 141 of file ComputeFunctions.cxx.

◆ computeBreitWigner()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeBreitWigner ( BatchesHandle  batches)

Definition at line 154 of file ComputeFunctions.cxx.

◆ computeBukin()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeBukin ( BatchesHandle  batches)

Definition at line 163 of file ComputeFunctions.cxx.

◆ computeCBShape()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeCBShape ( BatchesHandle  batches)

Definition at line 203 of file ComputeFunctions.cxx.

◆ computeChebychev()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeChebychev ( BatchesHandle  batches)

Definition at line 221 of file ComputeFunctions.cxx.

◆ computeChiSquare()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeChiSquare ( BatchesHandle  batches)

Definition at line 261 of file ComputeFunctions.cxx.

◆ computeDstD0BG()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeDstD0BG ( BatchesHandle  batches)

Definition at line 276 of file ComputeFunctions.cxx.

◆ computeExponential()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeExponential ( BatchesHandle  batches)

Definition at line 291 of file ComputeFunctions.cxx.

◆ computeGamma()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeGamma ( BatchesHandle  batches)

Definition at line 298 of file ComputeFunctions.cxx.

◆ computeGaussian()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeGaussian ( BatchesHandle  batches)

Definition at line 322 of file ComputeFunctions.cxx.

◆ computeJohnson()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeJohnson ( BatchesHandle  batches)

Definition at line 342 of file ComputeFunctions.cxx.

◆ computeLandau()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeLandau ( BatchesHandle  batches)

Definition at line 368 of file ComputeFunctions.cxx.

◆ computeLognormal()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeLognormal ( BatchesHandle  batches)

Definition at line 447 of file ComputeFunctions.cxx.

◆ computeNegativeLogarithms()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeNegativeLogarithms ( BatchesHandle  batches)

Definition at line 332 of file ComputeFunctions.cxx.

◆ computeNovosibirsk()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeNovosibirsk ( BatchesHandle  batches)

Definition at line 470 of file ComputeFunctions.cxx.

◆ computePoisson()

__rooglobal__ void RooBatchCompute::RF_ARCH::computePoisson ( BatchesHandle  batches)

Definition at line 491 of file ComputeFunctions.cxx.

◆ computePolynomial()

__rooglobal__ void RooBatchCompute::RF_ARCH::computePolynomial ( BatchesHandle  batches)

Definition at line 518 of file ComputeFunctions.cxx.

◆ computeProdPdf()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeProdPdf ( BatchesHandle  batches)

Definition at line 559 of file ComputeFunctions.cxx.

◆ computeRatio()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeRatio ( BatchesHandle  batches)

Definition at line 569 of file ComputeFunctions.cxx.

◆ computeVoigtian()

__rooglobal__ void RooBatchCompute::RF_ARCH::computeVoigtian ( BatchesHandle  batches)

Definition at line 575 of file ComputeFunctions.cxx.

◆ getFunctions()

std::vector< void(*)(BatchesHandle)> RooBatchCompute::RF_ARCH::getFunctions ( )

Returns a std::vector of pointers to the compute functions in this file.

Definition at line 602 of file ComputeFunctions.cxx.

Variable Documentation

◆ computeObj

RooBatchComputeClass RooBatchCompute::RF_ARCH::computeObj
static

Static object to trigger the constructor which overwrites the dispatch pointer.

Definition at line 149 of file RooBatchCompute.cxx.