1 #ifndef FWCore_Framework_global_EDProducerBase_h 2 #define FWCore_Framework_global_EDProducerBase_h 34 class ModuleCallingContext;
35 class PreallocationConfiguration;
39 class ProductRegistry;
40 class ThinnedAssociationsHelper;
44 template<
typename T>
class ModuleHolderT;
87 void doStreamBeginLuminosityBlock(
StreamID id,
91 void doStreamEndLuminosityBlock(
StreamID id,
107 void doRespondToOpenInputFile(
FileBlock const&
fb);
108 void doRespondToCloseInputFile(
FileBlock const& fb);
113 registerProducts(module, reg, moduleDescription_);
124 virtual void preallocStreams(
unsigned int);
125 virtual void doBeginStream_(
StreamID id);
126 virtual void doEndStream_(
StreamID id);
134 virtual void doBeginRun_(
Run const& rp,
EventSetup const& c);
135 virtual void doBeginRunSummary_(
Run const& rp,
EventSetup const& c);
136 virtual void doEndRunSummary_(
Run const& rp,
EventSetup const& c);
143 virtual void doBeginRunProduce_(
Run& rp,
EventSetup const& c);
150 moduleDescription_ = md;
ModuleDescription moduleDescription_
void setModuleDescription(ModuleDescription const &md)
void doRegisterThinnedAssociations(ProductRegistry const &, ThinnedAssociationsHelper &)
void preActionBeforeRunEventAsync(WaitingTask *iTask, ModuleCallingContext const &iModuleCallingContext, Principal const &iPrincipal) const
std::unique_ptr< ParentageID[]> previousParentageIds_
void registerProductsAndCallbacks(EDProducerBase *module, ProductRegistry *reg)
EDProducerBase ModuleType
std::unique_ptr< std::vector< BranchID >[]> previousParentages_
ModuleDescription const & moduleDescription() const
std::string workerType() const