CMS 3D CMS Logo

Pythia6PartonPtGun.h
Go to the documentation of this file.
1 #ifndef gen_Pythia6PtGun_h
2 #define gen_Pythia6PtGun_h
3 
4 #include "Pythia6PartonGun.h"
5 
6 namespace CLHEP {
7  class HepRandomEngine;
8 }
9 
10 namespace gen {
11 
13  public:
15  ~Pythia6PartonPtGun() override;
16 
17  protected:
18  void generateEvent(CLHEP::HepRandomEngine*) override;
19 
20  private:
21  double fMinEta;
22  double fMaxEta;
23  double fMinPt;
24  double fMaxPt;
25  };
26 
27 } // namespace gen
28 
29 #endif
Pythia6PartonPtGun(const edm::ParameterSet &)
void generateEvent(CLHEP::HepRandomEngine *) override