Output struct for the RooVectorDataStore::getArrays() helper function.
Meant to be used for RooFit internal use and might change without warning.
Definition at line 70 of file RooVectorDataStore.h.
Classes | |
struct | ArrayInfo |
Public Attributes | |
std::vector< ArrayInfo< RooAbsCategory::value_type > > | cats |
std::vector< ArrayInfo< double > > | reals |
std::size_t | size |
#include <RooVectorDataStore.h>
std::vector<ArrayInfo<RooAbsCategory::value_type> > RooVectorDataStore::ArraysStruct::cats |
Definition at line 80 of file RooVectorDataStore.h.
Definition at line 79 of file RooVectorDataStore.h.
std::size_t RooVectorDataStore::ArraysStruct::size |
Definition at line 82 of file RooVectorDataStore.h.