File indexing completed on 2025-01-11 03:38:17
0001 #ifndef FWCore_Framework_stream_ProducingModuleHelper_h
0002 #define FWCore_Framework_stream_ProducingModuleHelper_h
0003
0004
0005
0006
0007
0008
0009
0010 namespace edm {
0011
0012 class Event;
0013 class EventSetup;
0014 class WaitingTaskHolder;
0015
0016 namespace stream {
0017
0018 namespace impl {
0019 class ExternalWork;
0020 }
0021
0022
0023
0024
0025 void doAcquireIfNeeded(impl::ExternalWork*, Event const&, EventSetup const&, WaitingTaskHolder&&);
0026
0027 void doAcquireIfNeeded(void*, Event const&, EventSetup const&, WaitingTaskHolder&&);
0028 }
0029 }
0030 #endif