ATLAS Offline Software
Loading...
Searching...
No Matches
xAODJetAuxContainerCnv.cxx File Reference
#include "xAODJetAuxContainerCnv.h"
#include <TClass.h>
#include <mutex>
Include dependency graph for xAODJetAuxContainerCnv.cxx:

Go to the source code of this file.

Macros

#define LOAD_DICTIONARY(name)

Macro Definition Documentation

◆ 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)
#define ATH_MSG_ERROR(x)

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)