CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  {
14 
15  public:
16 
18  virtual ~Pythia6EGun();
19  // void produce( edm::Event&, const edm::EventSetup& ) ;
20 
21  protected:
22  void generateEvent(CLHEP::HepRandomEngine*);
23 
24  private:
25 
26  double fMinEta;
27  double fMaxEta;
28  double fMinE ;
29  double fMaxE ;
31 
32  };
33 
34 
35 }
36 
37 #endif
Pythia6EGun(const edm::ParameterSet &)
Definition: Pythia6EGun.cc:18
void generateEvent(CLHEP::HepRandomEngine *)
Definition: Pythia6EGun.cc:37
virtual ~Pythia6EGun()
Definition: Pythia6EGun.cc:33