CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6PartonPtGun.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 gen {
7 
9  {
10 
11  public:
12 
14  virtual ~Pythia6PartonPtGun();
15 
16  protected:
17 
18  void generateEvent() ;
19 
20  private:
21 
22  double fMinEta;
23  double fMaxEta;
24  double fMinPt ;
25  double fMaxPt ;
26 
27  };
28 
29 
30 }
31 
32 #endif
Pythia6PartonPtGun(const edm::ParameterSet &)