ATLAS Offline Software
Loading...
Searching...
No Matches
setConverterLibrary.cxx File Reference

Helper to explicitly set library for a converter. More...

#include "DataModelTestDataCommon/setConverterLibrary.h"
#include "Gaudi/PluginService.h"
#include "TClass.h"
Include dependency graph for setConverterLibrary.cxx:

Go to the source code of this file.

Namespaces

namespace  DMTest

Functions

void setPluginLibrary DMTest::ATLAS_NOT_THREAD_SAFE (const std::string &name, const std::string &lib)
void setConverterLibrary DMTest::ATLAS_NOT_THREAD_SAFE (CLID clid, const std::string &lib)
void setConverterLibrary DMTest::ATLAS_NOT_THREAD_SAFE (const std::string &lib)
TClass * xclass (const char *s)

Detailed Description

Helper to explicitly set library for a converter.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Dec, 2014

Definition in file setConverterLibrary.cxx.

Function Documentation

◆ xclass()

TClass * xclass ( const char * s)

Definition at line 87 of file setConverterLibrary.cxx.

88{
89 return TClass::GetClass(s);
90}