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  public:
17  ~Pythia6PtYDistGun() override;
18 
19  protected:
20  void generateEvent(CLHEP::HepRandomEngine*) override;
21 
22  private:
24  };
25 } // namespace gen
26 #endif
void generateEvent(CLHEP::HepRandomEngine *) override
PtYDistributor * fPtYGenerator
Pythia6PtYDistGun(const edm::ParameterSet &)