13 const std::type_info& ti,
14 const char* brName,
const char* brType )
16 m_event( &event ), m_ti( &ti ), m_object( nullptr ) {
19 Init( &parent, 0, brName, brType, &m_object, 32000, 0, -1, kTRUE );
35 if( TestBit( kDoNotProcess ) ) {
40 if( fReadEntry == entry ) {
45 if(
m_event->getFile( entry ) < 0 ) {
47 XAOD_MESSAGE(
"Problems with loading entry/file %lld" ), entry );
55 XAOD_MESSAGE(
"Failed to read variable of type \"%s\" with "
57 GetClassName(), GetName() );
75 return ::TBranchObject::IsA();
Tool for accessing xAOD files outside of Athena.