CMS 3D CMS Logo

SecondaryEventProvider.h
Go to the documentation of this file.
1 #ifndef Mixing_Base_SecondaryEventProvider_h
2 #define Mixing_Base_SecondaryEventProvider_h
3 
6 
7 #include <memory>
8 #include <string>
9 #include <vector>
10 
11 namespace edm {
12  class ModuleCallingContext;
13 
15  public:
16  SecondaryEventProvider(std::vector<ParameterSet>& psets,
17  ProductRegistry& pregistry,
18  std::shared_ptr<ProcessConfiguration> processConfiguration);
19 
22  ModuleCallingContext const*,
23  StreamContext& sContext);
26  ModuleCallingContext const*,
27  StreamContext& sContext);
28 
29  void endRun(RunPrincipal& run,
31  ModuleCallingContext const*,
32  StreamContext& sContext);
35  ModuleCallingContext const*,
36  StreamContext& sContext);
37 
39 
42 
43  void beginStream(edm::StreamID iID, StreamContext& sContext);
44  void endStream(edm::StreamID iID, StreamContext& sContext);
45 
46  private:
47  std::unique_ptr<ExceptionToActionTable> exceptionToActionTable_;
49  };
50 } // namespace edm
51 #endif
void endStream(edm::StreamID iID, StreamContext &sContext)
void setupPileUpEvent(EventPrincipal &ep, const EventSetupImpl &setup, StreamContext &sContext)
std::unique_ptr< ExceptionToActionTable > exceptionToActionTable_
void beginRun(RunPrincipal &run, const edm::EventSetupImpl &setup, ModuleCallingContext const *, StreamContext &sContext)
void endLuminosityBlock(LuminosityBlockPrincipal &lumi, const edm::EventSetupImpl &setup, ModuleCallingContext const *, StreamContext &sContext)
void endRun(RunPrincipal &run, const edm::EventSetupImpl &setup, ModuleCallingContext const *, StreamContext &sContext)
void beginStream(edm::StreamID iID, StreamContext &sContext)
SecondaryEventProvider(std::vector< ParameterSet > &psets, ProductRegistry &pregistry, std::shared_ptr< ProcessConfiguration > processConfiguration)
void beginJob(ProductRegistry const &iRegistry, eventsetup::ESRecordsToProductResolverIndices const &)
HLT enums.
void beginLuminosityBlock(LuminosityBlockPrincipal &lumi, const edm::EventSetupImpl &setup, ModuleCallingContext const *, StreamContext &sContext)