Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
HeterogeneousCore
SonicCore
interface
SonicClientAsync.h
Go to the documentation of this file.
1
#ifndef HeterogeneousCore_SonicCore_SonicClientAsync
2
#define HeterogeneousCore_SonicCore_SonicClientAsync
3
4
#include "
FWCore/Concurrency/interface/WaitingTaskWithArenaHolder.h
"
5
6
#include "
HeterogeneousCore/SonicCore/interface/SonicClientBase.h
"
7
#include "
HeterogeneousCore/SonicCore/interface/SonicClientTypes.h
"
8
9
template
<
typename
InputT,
typename
OutputT = InputT>
10
class
SonicClientAsync
:
public
SonicClientBase
,
public
SonicClientTypes
<InputT, OutputT> {
11
public
:
12
//main operation
13
void
dispatch
(
edm::WaitingTaskWithArenaHolder
holder)
final
{
14
holder_
=
std::move
(holder);
15
setStartTime
();
16
evaluate
();
17
}
18
};
19
20
#endif
SonicClientAsync
Definition:
SonicClientAsync.h:10
SonicClientTypes.h
SonicClientAsync::dispatch
void dispatch(edm::WaitingTaskWithArenaHolder holder) final
Definition:
SonicClientAsync.h:13
SonicClientBase
Definition:
SonicClientBase.h:11
SonicClientTypes
Definition:
SonicClientTypes.h:6
edm::WaitingTaskWithArenaHolder
Definition:
WaitingTaskWithArenaHolder.h:31
SonicClientBase::holder_
edm::WaitingTaskWithArenaHolder holder_
Definition:
SonicClientBase.h:65
SonicClientBase::evaluate
virtual void evaluate()=0
SonicClientBase::setStartTime
void setStartTime()
Definition:
SonicClientBase.h:31
WaitingTaskWithArenaHolder.h
SonicClientBase.h
eostools.move
def move(src, dest)
Definition:
eostools.py:511
Generated for CMSSW Reference Manual by
1.8.16