CMS 3D CMS Logo

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  ~Pythia6PtYDistGun() override;
20 
21  protected:
22 
23  void generateEvent(CLHEP::HepRandomEngine*) override;
24 
25  private:
26 
28  };
29 }
30 #endif
PtYDistributor * fPtYGenerator