Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Control
AthenaKernel
AthenaKernel
CondContFactory.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
3
*/
4
5
#ifndef ATHENAKERNEL_CONDCONTFACT_H
6
#define ATHENAKERNEL_CONDCONTFACT_H 1
7
8
#include "
AthenaKernel/ICondContMaker.h
"
9
10
#include <map>
11
#include <string>
12
#include <mutex>
13
14
class
DataObject;
15
namespace
Athena
{
16
class
IRCUSvc;
17
}
18
19
namespace
CondContainer
{
20
class
CondContFactory
{
21
public
:
22
static
CondContFactory
&
Instance
();
23
void
regMaker
(
const
CLID
& clid,
ICondContMaker
* maker);
24
SG::DataObjectSharedPtr<DataObject>
Create
(
Athena::IRCUSvc
& rcusvc,
const
CLID
& clid,
const
std::string&
key
)
const
;
25
26
private
:
27
CondContFactory
(){}
28
29
CondContFactory
(
const
CondContFactory
&);
30
CondContFactory
&
operator=
(
const
CondContFactory
&);
31
32
std::map<CLID, ICondContMaker*>
m_makers
;
33
mutable
std::mutex
m_mapMutex
;
34
};
35
}
36
37
#endif
CondContainer::CondContFactory::Instance
static CondContFactory & Instance()
Definition:
CondContFactory.cxx:14
CondContainer::CondContFactory::Create
SG::DataObjectSharedPtr< DataObject > Create(Athena::IRCUSvc &rcusvc, const CLID &clid, const std::string &key) const
Definition:
CondContFactory.cxx:28
BeamSpot::mutex
std::mutex mutex
Definition:
InDetBeamSpotVertex.cxx:18
CondContainer::CondContFactory
Definition:
CondContFactory.h:20
CondContainer::CondContFactory::regMaker
void regMaker(const CLID &clid, ICondContMaker *maker)
Definition:
CondContFactory.cxx:19
ICondContMaker.h
CondContainer::CondContFactory::CondContFactory
CondContFactory(const CondContFactory &)
Athena
Some weak symbol referencing magic...
Definition:
AthLegacySequence.h:21
CondContainer
Definition:
CondContFactory.h:19
Athena::IRCUSvc
Interface for RCU service.
Definition:
IRCUSvc.h:40
CLID
uint32_t CLID
The Class ID type.
Definition:
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
CondContainer::CondContFactory::m_mapMutex
std::mutex m_mapMutex
Definition:
CondContFactory.h:33
CondContainer::CondContFactory::operator=
CondContFactory & operator=(const CondContFactory &)
CondContainer::CondContFactory::CondContFactory
CondContFactory()
Definition:
CondContFactory.h:27
SG::DataObjectSharedPtr
Smart pointer to manage DataObject reference counts.
Definition:
DataObjectSharedPtr.h:45
CondContainer::CondContFactory::m_makers
std::map< CLID, ICondContMaker * > m_makers
Definition:
CondContFactory.h:32
CondContainer::ICondContMaker
Definition:
ICondContMaker.h:22
mapkey::key
key
Definition:
TElectronEfficiencyCorrectionTool.cxx:37
Generated on Sun Apr 20 2025 21:08:46 for ATLAS Offline Software by
1.8.18