Project
Loading...
Searching...
No Matches
o2::utils::TreeStream::TreeDataElement Struct Reference

#include <TreeStream.h>

Public Attributes

int arsize = 1
 size of array
 
char type = 0
 type of data element
 
const TClass * cls = nullptr
 data type pointer
 
const voidptr = nullptr
 pointer to element
 
std::string name
 name of the element
 

Detailed Description

Definition at line 115 of file TreeStream.h.

Member Data Documentation

◆ arsize

int o2::utils::TreeStream::TreeDataElement::arsize = 1

size of array

Definition at line 116 of file TreeStream.h.

◆ cls

const TClass* o2::utils::TreeStream::TreeDataElement::cls = nullptr

data type pointer

Definition at line 118 of file TreeStream.h.

◆ name

std::string o2::utils::TreeStream::TreeDataElement::name

name of the element

Definition at line 120 of file TreeStream.h.

◆ ptr

const void* o2::utils::TreeStream::TreeDataElement::ptr = nullptr

pointer to element

Definition at line 119 of file TreeStream.h.

◆ type

char o2::utils::TreeStream::TreeDataElement::type = 0

type of data element

Definition at line 117 of file TreeStream.h.


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