ATLAS Offline Software
Loading...
Searching...
No Matches
setConverterLibrary.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
16#include "GaudiKernel/ClassID.h"
17#include <string>
18
19
20#ifndef DATAMODELTESTDATACOMMON_SETCONVERTERLIBRARY_H
21#define DATAMODELTESTDATACOMMON_SETCONVERTERLIBRARY_H
22
23
24namespace DMTest {
25
26
27void setPluginLibrary ATLAS_NOT_THREAD_SAFE (const std::string& name, const std::string& lib);
28void setConverterLibrary ATLAS_NOT_THREAD_SAFE (CLID clid, const std::string& lib);
29void setConverterLibrary ATLAS_NOT_THREAD_SAFE (const std::string& lib);
30void setTrigConverterLibrary ATLAS_NOT_THREAD_SAFE (CLID clid, const std::string& lib);
31void setTrigConverterLibrary ATLAS_NOT_THREAD_SAFE (const std::string& lib);
32
33
34} // namespace DMTest
35
36
37#endif // not DATAMODELTESTDATACOMMON_SETCONVERTERLIBRARY_H
uint32_t CLID
The Class ID type.
Define macros for attributes used to control the static checker.
Definition B.h:23
StatusCode HLTResultReader::initialize ATLAS_NOT_THREAD_SAFE()
Algorithm initialization; called at the beginning of the job.