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:284
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:56
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