CMS 3D CMS Logo

PassThroughEvtVtxGenerator.h
Go to the documentation of this file.
1 #ifndef IOMC_EventVertexGenerators_PassThroughEvtVtxGenerator_H
2 #define IOMC_EventVertexGenerators_PassThroughEvtVtxGenerator_H
3 /*
4 */
5 
9 
10 #include "TMatrixD.h"
11 
12 namespace HepMC {
13  class FourVector ;
14 }
15 
16 namespace CLHEP {
17  class HepRandomEngine;
18 }
19 
20 namespace edm {
21  class HepMCProduct;
22 }
23 
25 {
26  public:
27 
28  // ctor & dtor
30  ~PassThroughEvtVtxGenerator() override;
31 
32  void produce( edm::Event&, const edm::EventSetup&) override;
33 
34  HepMC::FourVector newVertex(CLHEP::HepRandomEngine*) const override;
35 
36  TMatrixD const* GetInvLorentzBoost() const override { return nullptr;};
37 
38  private :
39 
41 
42 };
43 
44 #endif
HLT enums.
edm::EDGetTokenT< edm::HepMCProduct > sourceToken