#include <exception>
#include <mutex>
#include "xAODTrigBphysAuxContainerCnv.h"
Go to the source code of this file.
◆ LOAD_DICTIONARY
| #define LOAD_DICTIONARY |
( |
| name | ) |
|
Value: do { TClass* cl = TClass::GetClass( name ); \
if( ( ! cl ) || ( ! cl->IsLoaded() ) ) {
ATH_MSG_ERROR(
"Couldn't load dictionary for type: " << name ); } }
while(0)
Definition at line 15 of file xAODTrigBphysAuxContainerCnv.cxx.
15#define LOAD_DICTIONARY( name ) do { TClass* cl = TClass::GetClass( name ); \
16 if( ( ! cl ) || ( ! cl->IsLoaded() ) ) { ATH_MSG_ERROR( "Couldn't load dictionary for type: " << name ); } } while(0)