CMS 3D CMS Logo

LaserAlignmentProducer.h
Go to the documentation of this file.
1 #ifndef LaserAlignmentSimulation_LaserAlignmentProducer_H
2 #define LaserAlignmentSimulation_LaserAlignmentProducer_H
3 
14 // system include files
15 #include <memory>
16 
17 // user include files
20 
21 #include "HepMC/GenEvent.h"
22 
23 //
24 // class decleration
25 //
27  public:
31  ~LaserAlignmentProducer() override;
32 
33 
34  private:
36  void produce(edm::Event&, const edm::EventSetup&) override;
37 
38  // the event format itself
39  HepMC::GenEvent* theEvent;
40 };
41 #endif
void produce(edm::Event &, const edm::EventSetup &) override
produce the HepMCProduct
~LaserAlignmentProducer() override
destructor
LaserAlignmentProducer(const edm::ParameterSet &)
constructor