Project
Loading...
Searching...
No Matches
o2::utils::TreeStream Class Reference

#include <TreeStream.h>

Classes

struct  TreeDataElement
 

Public Member Functions

 TreeStream (const char *treename)
 
 TreeStream ()=default
 
virtual ~TreeStream ()=default
 
void Close ()
 
Int_t CheckIn (Char_t type, const void *pointer)
 
void BuildTree ()
 
void Fill ()
 
Double_t getSize ()
 
TreeStreamEndl ()
 
TTree & getTree ()
 
const chargetName () const
 
void setID (int id)
 
int getID () const
 
template<details::TrivialRootType T>
TreeStreamoperator<< (const T &t)
 
TreeStreamoperator<< (const Char_t *name)
 
template<class T >
TreeStreamoperator<< (const T *obj)
 
template<details::ComplexRootType T, typename std::enable_if<!std::is_pointer< GPUgeneric() T >::value, bool >::type * = nullptr>
TreeStreamoperator<< (const T &obj)
 
template<class T >
Int_t CheckIn (const T *obj)
 

Detailed Description

Definition at line 112 of file TreeStream.h.

Constructor & Destructor Documentation

◆ TreeStream() [1/2]

TreeStream::TreeStream ( const char treename)

Definition at line 20 of file TreeStream.cxx.

◆ TreeStream() [2/2]

o2::utils::TreeStream::TreeStream ( )
default

◆ ~TreeStream()

virtual o2::utils::TreeStream::~TreeStream ( )
virtualdefault

Member Function Documentation

◆ BuildTree()

void TreeStream::BuildTree ( )

Definition at line 59 of file TreeStream.cxx.

◆ CheckIn() [1/2]

int TreeStream::CheckIn ( Char_t  type,
const void pointer 
)

Definition at line 27 of file TreeStream.cxx.

◆ CheckIn() [2/2]

template<class T >
Int_t o2::utils::TreeStream::CheckIn ( const T *  obj)

Definition at line 180 of file TreeStream.h.

◆ Close()

void o2::utils::TreeStream::Close ( )
inline

Definition at line 126 of file TreeStream.h.

◆ Endl()

TreeStream & TreeStream::Endl ( )

Definition at line 141 of file TreeStream.cxx.

◆ Fill()

void TreeStream::Fill ( )

Definition at line 114 of file TreeStream.cxx.

◆ getID()

int o2::utils::TreeStream::getID ( ) const
inline

Definition at line 136 of file TreeStream.h.

◆ getName()

const char * o2::utils::TreeStream::getName ( ) const
inline

Definition at line 134 of file TreeStream.h.

◆ getSize()

Double_t o2::utils::TreeStream::getSize ( )
inline

Definition at line 130 of file TreeStream.h.

◆ getTree()

TTree & o2::utils::TreeStream::getTree ( )
inline

Definition at line 133 of file TreeStream.h.

◆ operator<<() [1/4]

TreeStream & TreeStream::operator<< ( const Char_t *  name)

Definition at line 155 of file TreeStream.cxx.

◆ operator<<() [2/4]

template<details::ComplexRootType T, typename std::enable_if<!std::is_pointer< GPUgeneric() T >::value, bool >::type * = nullptr>
TreeStream & o2::utils::TreeStream::operator<< ( const T &  obj)
inline

Definition at line 155 of file TreeStream.h.

◆ operator<<() [3/4]

template<details::TrivialRootType T>
TreeStream & o2::utils::TreeStream::operator<< ( const T &  t)
inline

Definition at line 139 of file TreeStream.h.

◆ operator<<() [4/4]

template<class T >
TreeStream & o2::utils::TreeStream::operator<< ( const T *  obj)
inline

Definition at line 148 of file TreeStream.h.

◆ setID()

void o2::utils::TreeStream::setID ( int  id)
inline

Definition at line 135 of file TreeStream.h.


The documentation for this class was generated from the following files: