#include "RooAbsDataStore.h"
#include "RooAbsCategory.h"
#include "RooAbsReal.h"
#include "RooChangeTracker.h"
#include "RooRealVar.h"
#include <string_view>
#include "Rtypes.h"
#include <list>
#include <vector>
#include <algorithm>
Classes | |
struct | RooVectorDataStore::ArraysStruct::ArrayInfo< T > |
class | RooVectorDataStore::ArraysStruct |
Output struct for the RooVectorDataStore::getArrays() helper function. More... | |
class | RooVectorDataStore::CatVector |
class | RooVectorDataStore::RealFullVector |
class | RooVectorDataStore::RealVector |
class | RooVectorDataStore |
Uses std::vector to store data columns. More... | |
Macros | |
#define | VECTOR_BUFFER_SIZE 1024 |
#define VECTOR_BUFFER_SIZE 1024 |
Definition at line 39 of file RooVectorDataStore.h.