CMS 3D CMS Logo

FamosProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_EventProducer_FamosProducer_H
2 #define FastSimulation_EventProducer_FamosProducer_H
3 
5 
7 
8 class FamosManager;
9 class ParameterSet;
10 class Event;
11 class EventSetup;
12 
13 namespace HepMC {
14  class GenEvent;
15 }
16 
18 {
19 
20  public:
21 
22  explicit FamosProducer(edm::ParameterSet const & p);
23  ~FamosProducer() override;
24  void beginRun(edm::Run const& run, const edm::EventSetup & es) override;
25  void produce(edm::Event & e, const edm::EventSetup & c) override;
26 
27  private:
28 
32 
33 
34  // token for hepmc from signal event
36 };
37 
38 #endif
FamosManager * famosManager_
Definition: FamosProducer.h:29
HepMC::GenEvent * evt_
Definition: FamosProducer.h:30
edm::EDGetTokenT< edm::HepMCProduct > sourceToken
Definition: FamosProducer.h:35
Definition: Run.h:45