1 #ifndef FWCore_Framework_one_EDAnalyzerBase_h 2 #define FWCore_Framework_one_EDAnalyzerBase_h 33 class ModuleCallingContext;
34 class PreallocationConfiguration;
36 class ProductRegistry;
37 class ThinnedAssociationsHelper;
41 template<
typename T>
class ModuleHolderT;
66 virtual bool wantsGlobalRuns()
const =0;
67 virtual bool wantsGlobalLuminosityBlocks()
const =0;
97 void doRespondToCloseInputFile(
FileBlock const& fb);
105 return resourcesAcquirer_;
112 virtual void doBeginRun_(
Run const& rp,
EventSetup const& c);
123 moduleDescription_ = md;
bool wantsStreamRuns() const
bool wantsStreamLuminosityBlocks() const
void registerProductsAndCallbacks(ProductRegistry *iReg) override
virtual example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
ModuleDescription const & moduleDescription() const
SharedResourcesAcquirer & sharedResourcesAcquirer()
void preActionBeforeRunEventAsync(WaitingTask *iTask, ModuleCallingContext const &iModuleCallingContext, Principal const &iPrincipal) const
void doPreallocate(PreallocationConfiguration const &)
std::function< void(BranchDescription const &)> callWhenNewProductsRegistered_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
EDAnalyzerBase ModuleType
SharedResourcesAcquirer resourcesAcquirer_
std::string workerType() const
ModuleDescription moduleDescription_
bool hasAccumulator() const
void setModuleDescription(ModuleDescription const &md)
void doRegisterThinnedAssociations(ProductRegistry const &, ThinnedAssociationsHelper &)