A virtual ntuple for collections that can be used to some extent like a real ntuple.
This class is between a field and a ntuple. It carries the offset column for the collection and the default entry taken from the collection model. It does not, however, have a tree model because the collection model has been merged into the larger ntuple model.
Definition at line 232 of file RNTuple.hxx.
Public Member Functions | |
RCollectionNTuple (const RCollectionNTuple &)=delete | |
RCollectionNTuple (std::unique_ptr< REntry > defaultEntry) | |
~RCollectionNTuple ()=default | |
void | Fill () |
void | Fill (REntry *entry) |
ClusterSize_t * | GetOffsetPtr () |
RCollectionNTuple & | operator= (const RCollectionNTuple &)=delete |
Private Attributes | |
std::unique_ptr< REntry > | fDefaultEntry |
ClusterSize_t | fOffset |
#include <ROOT/RNTuple.hxx>
|
explicit |
Definition at line 200 of file RNTuple.cxx.
|
delete |
|
default |
|
inline |
Definition at line 242 of file RNTuple.hxx.
Definition at line 243 of file RNTuple.hxx.
|
inline |
Definition at line 250 of file RNTuple.hxx.
|
delete |
|
private |
Definition at line 235 of file RNTuple.hxx.
|
private |
Definition at line 234 of file RNTuple.hxx.