ATLAS Offline Software
|
description: the information we need for whiteboard variables More...
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... | |
description: the information we need for whiteboard variables
Definition at line 293 of file NTupleSvc.h.
bool EL::NTupleSvc::WhiteInfo::array |
description: whether this is an array branch
Definition at line 301 of file NTupleSvc.h.
std::vector<float> EL::NTupleSvc::WhiteInfo::buffer |
description: the buffer we are writing
Definition at line 305 of file NTupleSvc.h.
std::string EL::NTupleSvc::WhiteInfo::name |
description: the name of the branch
Definition at line 297 of file NTupleSvc.h.
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.