CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6JetGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6JetGun_h
2 #define gen_Pythia6JetGun_h
3 
4 #include "Pythia6ParticleGun.h"
5 
6 namespace gen {
7 
9  {
10 
11  public:
12 
14  virtual ~Pythia6JetGun();
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 fMinE ;
25  double fMaxE ;
26  double fMinP ;
27  double fMaxP ;
28 
29  };
30 
31 }
32 
33 #endif
Pythia6JetGun(const edm::ParameterSet &)
virtual ~Pythia6JetGun()