#include "xAODJetAuxContainerCnv.h"
#include <TClass.h>
#include <mutex>
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 12 of file xAODJetAuxContainerCnv.cxx.
12#define LOAD_DICTIONARY( name ) do { TClass* cl = TClass::GetClass( name ); \
13 if( ( ! cl ) || ( ! cl->IsLoaded() ) ) { ATH_MSG_ERROR( "Couldn't load dictionary for type: " << name ); } } while(0)