CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6PartonGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6PartonGun_h
2 #define gen_Pythia6PartonGun_h
3 
10 #include <string>
11 #include <vector>
12 
13 #include "Pythia6Gun.h"
14 
15 namespace gen
16 {
17 
18 // class Pythia6Service;
19 
20  class Pythia6PartonGun : public Pythia6Gun
21  {
22 
23  public:
24 
26  virtual ~Pythia6PartonGun();
27 
28  protected:
29 
30  void joinPartons( double qmax );
31 
32  // gun particle(s) characteristics
33  //
34  int fPartonID ;
35 
36  };
37 
38 } // end namespace
39 
40 #endif
void joinPartons(double qmax)
Pythia6PartonGun(const edm::ParameterSet &)