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 public:
26  // ctor & dtor
28  ~PassThroughEvtVtxGenerator() override;
29 
30  void produce(edm::Event&, const edm::EventSetup&) override;
31 
32  HepMC::FourVector newVertex(CLHEP::HepRandomEngine*) const override;
33 
34  TMatrixD const* GetInvLorentzBoost() const override { return nullptr; };
35 
36 private:
38 };
39 
40 #endif
void produce(edm::Event &, const edm::EventSetup &) override
HepMC::FourVector newVertex(CLHEP::HepRandomEngine *) const override
PassThroughEvtVtxGenerator(const edm::ParameterSet &)
HLT enums.
edm::EDGetTokenT< edm::HepMCProduct > sourceToken
TMatrixD const * GetInvLorentzBoost() const override