ATLAS Offline Software
Public Attributes | List of all members
EL::NTupleSvc::WhiteInfo Struct Reference

description: the information we need for whiteboard variables More...

Collaboration diagram for EL::NTupleSvc::WhiteInfo:

Public Attributes

std::string name
 description: the name of the branch More...
 
bool array
 description: whether this is an array branch More...
 
std::vector< float > buffer
 description: the buffer we are writing More...
 
std::vector< float > * pointer
 description: a pointer to the buffer rationale: this is used when writing arrays More...
 

Detailed Description

description: the information we need for whiteboard variables

Definition at line 293 of file NTupleSvc.h.

Member Data Documentation

◆ array

bool EL::NTupleSvc::WhiteInfo::array

description: whether this is an array branch

Definition at line 301 of file NTupleSvc.h.

◆ buffer

std::vector<float> EL::NTupleSvc::WhiteInfo::buffer

description: the buffer we are writing

Definition at line 305 of file NTupleSvc.h.

◆ name

std::string EL::NTupleSvc::WhiteInfo::name

description: the name of the branch

Definition at line 297 of file NTupleSvc.h.

◆ pointer

std::vector<float>* EL::NTupleSvc::WhiteInfo::pointer

description: a pointer to the buffer rationale: this is used when writing arrays

Definition at line 310 of file NTupleSvc.h.


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