ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigBphysAuxContainerCnv.cxx File Reference
#include <exception>
#include <mutex>
#include "xAODTrigBphysAuxContainerCnv.h"
Include dependency graph for xAODTrigBphysAuxContainerCnv.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 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)