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

Definition at line 69 of file Batches.h.

Public Member Functions

 Batches (Batches &&)=delete
 
 Batches (const Batches &)=delete
 
 Batches (RestrictArr output, std::size_t nEvents, const VarVector &vars, ArgVector &extraArgs, double *buffer=nullptr)
 
void advance (std::size_t nEvents)
 
__roodevice__ double extraArg (std::size_t i) const
 
__roodevice__ std::size_t getNEvents () const
 
__roodevice__ std::size_t getNExtraArgs () const
 
Batchesoperator= (Batches &&)=delete
 
Batchesoperator= (const Batches &)=delete
 
__roodevice__ Batch operator[] (int batchIdx) const
 
__roodevice__ void setExtraArg (std::size_t i, double val)
 
void setNEvents (std::size_t n)
 

Public Attributes

RestrictArr _output = nullptr
 

Private Attributes

std::vector< Batch_arrays
 
double *const _extraArgs = nullptr
 
std::size_t _nBatches = 0
 
std::size_t _nEvents = 0
 
std::size_t _nExtraArgs = 0
 

#include </home/sftnight/build/workspace/root-makedoc-v628/rootspi/rdoc/src/v6-28-00-patches/roofit/batchcompute/src/Batches.h>

Constructor & Destructor Documentation

◆ Batches() [1/3]

RooBatchCompute::RF_ARCH::Batches::Batches ( RestrictArr  output,
std::size_t  nEvents,
const VarVector vars,
ArgVector extraArgs,
double buffer = nullptr 
)

◆ Batches() [2/3]

RooBatchCompute::RF_ARCH::Batches::Batches ( const Batches )
delete

◆ Batches() [3/3]

RooBatchCompute::RF_ARCH::Batches::Batches ( Batches &&  )
delete

Member Function Documentation

◆ advance()

void RooBatchCompute::RF_ARCH::Batches::advance ( std::size_t  nEvents)
inline

Definition at line 105 of file Batches.h.

◆ extraArg()

__roodevice__ double RooBatchCompute::RF_ARCH::Batches::extraArg ( std::size_t  i) const
inline

Definition at line 101 of file Batches.h.

◆ getNEvents()

__roodevice__ std::size_t RooBatchCompute::RF_ARCH::Batches::getNEvents ( ) const
inline

Definition at line 99 of file Batches.h.

◆ getNExtraArgs()

__roodevice__ std::size_t RooBatchCompute::RF_ARCH::Batches::getNExtraArgs ( ) const
inline

Definition at line 100 of file Batches.h.

◆ operator=() [1/2]

Batches & RooBatchCompute::RF_ARCH::Batches::operator= ( Batches &&  )
delete

◆ operator=() [2/2]

Batches & RooBatchCompute::RF_ARCH::Batches::operator= ( const Batches )
delete

◆ operator[]()

__roodevice__ Batch RooBatchCompute::RF_ARCH::Batches::operator[] ( int  batchIdx) const
inline

Definition at line 103 of file Batches.h.

◆ setExtraArg()

__roodevice__ void RooBatchCompute::RF_ARCH::Batches::setExtraArg ( std::size_t  i,
double  val 
)
inline

Definition at line 102 of file Batches.h.

◆ setNEvents()

void RooBatchCompute::RF_ARCH::Batches::setNEvents ( std::size_t  n)
inline

Definition at line 104 of file Batches.h.

Member Data Documentation

◆ _arrays

std::vector<Batch> RooBatchCompute::RF_ARCH::Batches::_arrays
private

Definition at line 76 of file Batches.h.

◆ _extraArgs

double* const RooBatchCompute::RF_ARCH::Batches::_extraArgs = nullptr
private

Definition at line 77 of file Batches.h.

◆ _nBatches

std::size_t RooBatchCompute::RF_ARCH::Batches::_nBatches = 0
private

Definition at line 80 of file Batches.h.

◆ _nEvents

std::size_t RooBatchCompute::RF_ARCH::Batches::_nEvents = 0
private

Definition at line 79 of file Batches.h.

◆ _nExtraArgs

std::size_t RooBatchCompute::RF_ARCH::Batches::_nExtraArgs = 0
private

Definition at line 81 of file Batches.h.

◆ _output

RestrictArr RooBatchCompute::RF_ARCH::Batches::_output = nullptr

Definition at line 84 of file Batches.h.

  • roofit/batchcompute/src/Batches.h