test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
23  void endRun(RunPrincipal& run, const edm::EventSetup& setup, ModuleCallingContext const*);
25 
26  void setupPileUpEvent(EventPrincipal& ep, const EventSetup& setup);
27 
28  void beginJob(ProductRegistry const& iRegistry) {workerManager_.beginJob(iRegistry);}
30 
31  private:
32  std::unique_ptr<ExceptionToActionTable> exceptionToActionTable_;
34  };
35 }
36 #endif
void beginRun(RunPrincipal &run, const edm::EventSetup &setup, ModuleCallingContext const *)
void beginLuminosityBlock(LuminosityBlockPrincipal &lumi, const edm::EventSetup &setup, ModuleCallingContext const *)
tuple lumi
Definition: fjr2json.py:35
void endLuminosityBlock(LuminosityBlockPrincipal &lumi, const edm::EventSetup &setup, ModuleCallingContext const *)
void beginJob(ProductRegistry const &iRegistry)
processConfiguration
Definition: Schedule.cc:369
std::unique_ptr< ExceptionToActionTable > exceptionToActionTable_
void beginJob(ProductRegistry const &iRegistry)
void setupPileUpEvent(EventPrincipal &ep, const EventSetup &setup)
SecondaryEventProvider(std::vector< ParameterSet > &psets, ProductRegistry &pregistry, std::shared_ptr< ProcessConfiguration > processConfiguration)
void endRun(RunPrincipal &run, const edm::EventSetup &setup, ModuleCallingContext const *)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")