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

#include <TreeStream.h>

Public Attributes

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 45 of file TreeStream.h.

Member Data Documentation

◆ cls

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

data type pointer

Definition at line 47 of file TreeStream.h.

◆ name

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

name of the element

Definition at line 49 of file TreeStream.h.

◆ ptr

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

pointer to element

Definition at line 48 of file TreeStream.h.

◆ type

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

type of data element

Definition at line 46 of file TreeStream.h.


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