ATLAS Offline Software
|
Helper struct used by the IProxyDict code. More...
#include <TEvent.h>
Public Attributes | |
std::unique_ptr< SG::DataProxy > | m_proxy |
Data proxy describing this branch/object. More... | |
const ::TClass * | m_class = 0 |
Dictionary describing this branch/object. More... | |
Helper struct used by the IProxyDict code.
Definition at line 474 of file Control/xAODRootAccess/xAODRootAccess/TEvent.h.
const ::TClass* xAOD::TEvent::BranchInfo::m_class = 0 |
Dictionary describing this branch/object.
Definition at line 478 of file Control/xAODRootAccess/xAODRootAccess/TEvent.h.
std::unique_ptr< SG::DataProxy > xAOD::TEvent::BranchInfo::m_proxy |
Data proxy describing this branch/object.
Definition at line 476 of file Control/xAODRootAccess/xAODRootAccess/TEvent.h.