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
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
+
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
c
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
src
FWCore
Framework
src
stream
ProducingModuleHelper.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: FWCore/Framework
4
//
5
// Original Author: W. David Dagenhart
6
// Created: 1 December 2017
7
8
#include "
FWCore/Framework/interface/stream/ProducingModuleHelper.h
"
9
#include "
FWCore/Concurrency/interface/WaitingTaskWithArenaHolder.h
"
10
#include "
FWCore/Framework/interface/stream/implementors.h
"
11
12
namespace
edm
{
13
namespace
stream
{
14
15
void
doAcquireIfNeeded
(
impl::ExternalWork
*
base
,
16
Event
const
&
ev
,
17
EventSetup
const
& es,
18
WaitingTaskWithArenaHolder
& holder) {
19
base
->acquire(
ev
, es, holder);
20
}
21
22
void
doAcquireIfNeeded
(
void
*,
Event
const
&,
EventSetup
const
&,
WaitingTaskWithArenaHolder
&) {}
23
}
// namespace stream
24
}
// namespace edm
makeMEIFBenchmarkPlots.ev
ev
Definition:
makeMEIFBenchmarkPlots.py:55
edm::stream::impl::ExternalWork
Definition:
implementors.h:282
newFWLiteAna.base
base
Main Program
Definition:
newFWLiteAna.py:92
cms::cuda::stream
uint32_t T const *__restrict__ uint32_t const *__restrict__ int32_t int Histo::index_type cudaStream_t stream
Definition:
HistoContainer.h:51
edm::WaitingTaskWithArenaHolder
Definition:
WaitingTaskWithArenaHolder.h:34
implementors.h
ProducingModuleHelper.h
edm::EventSetup
Definition:
EventSetup.h:59
WaitingTaskWithArenaHolder.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::stream::doAcquireIfNeeded
void doAcquireIfNeeded(impl::ExternalWork *, Event const &, EventSetup const &, WaitingTaskWithArenaHolder &)
Definition:
ProducingModuleHelper.cc:15
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.14