CMS 3D CMS Logo

Pythia6EGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6EGun_h
2 #define gen_Pythia6EGun_h
3 
4 #include "Pythia6ParticleGun.h"
5 
6 namespace CLHEP {
7  class HepRandomEngine;
8 }
9 
10 namespace gen {
11 
13  public:
15  ~Pythia6EGun() override;
16  // void produce( edm::Event&, const edm::EventSetup& ) ;
17 
18  protected:
19  void generateEvent(CLHEP::HepRandomEngine*) override;
20 
21  private:
22  double fMinEta;
23  double fMaxEta;
24  double fMinE;
25  double fMaxE;
27  };
28 
29 } // namespace gen
30 
31 #endif
Pythia6EGun(const edm::ParameterSet &)
Definition: Pythia6EGun.cc:17
~Pythia6EGun() override
Definition: Pythia6EGun.cc:27
void generateEvent(CLHEP::HepRandomEngine *) override
Definition: Pythia6EGun.cc:29