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
IAthRNGSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
14
#ifndef ATHENAKERNEL_IATHRNGSVC_H
15
#define ATHENAKERNEL_IATHRNGSVC_H
16
17
#include "GaudiKernel/IService.h"
18
#include "GaudiKernel/INamedInterface.h"
19
20
#include <string>
21
#include "stdint.h"
22
23
namespace
ATHRNG
{
24
class
RNGWrapper
;
25
}
26
27
class
IAthRNGSvc
:
virtual
public
IService
28
{
29
30
public
:
31
33
virtual
ATHRNG::RNGWrapper
*
getEngine
(
const
INamedInterface*
client
,
34
const
std::string&
streamName
=
""
) = 0;
35
37
virtual
~IAthRNGSvc
();
38
40
virtual
void
printEngineState
(
const
INamedInterface*
client
,
41
const
std::string&
streamName
=
""
) = 0;
42
44
DeclareInterfaceID
(
IAthRNGSvc
, 1, 0 );
45
46
};
47
48
#endif // ATHENAKERNEL_IATHRNGSVC_H
IAthRNGSvc::~IAthRNGSvc
virtual ~IAthRNGSvc()
out-of-line destructor
Definition:
IAthRNGSvc.cxx:6
IAthRNGSvc::printEngineState
virtual void printEngineState(const INamedInterface *client, const std::string &streamName="")=0
Extract and print RNG state to MsgStream.
ATHRNG
Definition:
IAthRNGSvc.h:23
IAthRNGSvc::getEngine
virtual ATHRNG::RNGWrapper * getEngine(const INamedInterface *client, const std::string &streamName="")=0
Interface to retrieve the CLHEP engine.
rerun_display.client
client
Definition:
rerun_display.py:31
WriteHiveWithMetaData.streamName
string streamName
Definition:
WriteHiveWithMetaData.py:22
ATHRNG::RNGWrapper
A wrapper class for event-slot-local random engines.
Definition:
RNGWrapper.h:56
IAthRNGSvc::DeclareInterfaceID
DeclareInterfaceID(IAthRNGSvc, 1, 0)
Declare interface to the framework.
IAthRNGSvc
manage multiple RandomEngines in thread-safe way.
Definition:
IAthRNGSvc.h:28
Generated on Tue May 6 2025 21:10:41 for ATLAS Offline Software by
1.8.18