CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6PtYDistGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6PtYDistGun_h
2 #define gen_Pythia6PtYDistGun_h
3 
4 #include "Pythia6ParticleGun.h"
5 
6 namespace CLHEP {
7  class HepRandomEngine;
8 }
9 
10 namespace gen {
11 
12  class PtYDistributor;
13 
15  {
16  public:
17 
19  virtual ~Pythia6PtYDistGun();
20 
21  protected:
22 
23  void generateEvent(CLHEP::HepRandomEngine*);
24 
25  private:
26 
28  };
29 }
30 #endif
PtYDistributor * fPtYGenerator
void generateEvent(CLHEP::HepRandomEngine *)
Pythia6PtYDistGun(const edm::ParameterSet &)