Logo ROOT  
Reference Guide
BatchHelpers::BatchData::Batch Struct Reference

Definition at line 119 of file BatchData.h.

Public Member Functions

bool inBatch (std::size_t evt) const
 
RooSpan< const double > makeSpan (std::size_t evt, std::size_t batchSize) const
 

Public Attributes

std::size_t begin
 
std::vector< double > data
 
Status_t status
 

Member Function Documentation

◆ inBatch()

bool BatchHelpers::BatchData::Batch::inBatch ( std::size_t  evt) const
inline

Definition at line 124 of file BatchData.h.

◆ makeSpan()

RooSpan< const double > BatchHelpers::BatchData::Batch::makeSpan ( std::size_t  evt,
std::size_t  batchSize 
) const
inline

Definition at line 128 of file BatchData.h.

Member Data Documentation

◆ begin

std::size_t BatchHelpers::BatchData::Batch::begin

Definition at line 120 of file BatchData.h.

◆ data

std::vector<double> BatchHelpers::BatchData::Batch::data

Definition at line 121 of file BatchData.h.

◆ status

Status_t BatchHelpers::BatchData::Batch::status

Definition at line 122 of file BatchData.h.

Collaboration diagram for BatchHelpers::BatchData::Batch:
[legend]

The documentation for this struct was generated from the following file: