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 // #include "GeneratorInterface/Pythia6Interface/interface/PtYDistributor.h"
6 
7 
8 namespace gen {
9 
10 class PtYDistributor;
11 
13  {
14 
15  public:
16 
18  virtual ~Pythia6PtYDistGun();
19  // void produce( edm::Event&, const edm::EventSetup& ) ;
20 
21  protected:
22  void generateEvent() ;
23 
24  private:
25 
27 
28  };
29 
30 
31 }
32 
33 #endif
PtYDistributor * fPtYGenerator
Pythia6PtYDistGun(const edm::ParameterSet &)