CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6PartonEGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6PtGun_h
2 #define gen_Pythia6PtGun_h
3 
4 #include "Pythia6PartonGun.h"
5 
6 namespace CLHEP {
7  class HepRandomEngine;
8 }
9 
10 namespace gen {
11 
13  {
14 
15  public:
16 
18  virtual ~Pythia6PartonEGun();
19 
20  protected:
21 
22  void generateEvent(CLHEP::HepRandomEngine*) ;
23 
24  private:
25 
26  double fMinEta;
27  double fMaxEta;
28  double fMinE ;
29  double fMaxE ;
30 
31  };
32 
33 
34 }
35 
36 #endif
Pythia6PartonEGun(const edm::ParameterSet &)
void generateEvent(CLHEP::HepRandomEngine *)