CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6PtGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6PtGun_h
2 #define gen_Pythia6PtGun_h
3 
4 #include "Pythia6ParticleGun.h"
5 
6 namespace gen {
7 
9  {
10 
11  public:
12 
14  virtual ~Pythia6PtGun();
15  // void produce( edm::Event&, const edm::EventSetup& ) ;
16 
17  protected:
18  void generateEvent() ;
19 
20  private:
21 
22  double fMinEta;
23  double fMaxEta;
24  double fMinPt ;
25  double fMaxPt ;
27 
28  };
29 
30 
31 }
32 
33 #endif
Pythia6PtGun(const edm::ParameterSet &)
Definition: Pythia6PtGun.cc:18
virtual ~Pythia6PtGun()
Definition: Pythia6PtGun.cc:33