Main Page
Namespaces
Classes
Package Documentation
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
*,
23
Event
const
&,
24
EventSetup
const
&,
25
WaitingTaskWithArenaHolder
&) {
26
}
27
}
28
}
edm::stream::impl::ExternalWork
Definition:
implementors.h:151
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
edm::WaitingTaskWithArenaHolder
Definition:
WaitingTaskWithArenaHolder.h:32
implementors.h
ProducingModuleHelper.h
edm::stream::impl::ExternalWork::acquire
virtual void acquire(Event const &, edm::EventSetup const &, WaitingTaskWithArenaHolder)=0
edm::EventSetup
Definition:
EventSetup.h:52
runEdmFileComparison.base
base
Make Sure CMSSW is Setup ##.
Definition:
runEdmFileComparison.py:159
WaitingTaskWithArenaHolder.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::stream::doAcquireIfNeeded
void doAcquireIfNeeded(impl::ExternalWork *, Event const &, EventSetup const &, WaitingTaskWithArenaHolder &)
Definition:
ProducingModuleHelper.cc:15
edm::Event
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11