CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExpoRandomPtGunSource.h
Go to the documentation of this file.
1 #ifndef ExpoRandomPtGunSource_H
2 #define ExpoRandomPtGunSource_H
3 
11 #include "CLHEP/Random/RandExponential.h"
12 namespace edm
13 {
14 
16  {
17 
18  public:
20  virtual ~ExpoRandomPtGunSource();
21 
22  private:
23 
24  virtual bool produce(Event & e);
25 
26  protected :
27 
28  // data members
29 
30  double fMinPt ;
31  double fMaxPt ;
32  double fMeanPt ;
33  CLHEP::RandExponential * fRandomExpoGenerator;
34 
35  };
36 }
37 
38 #endif
ExpoRandomPtGunSource(const ParameterSet &, const InputSourceDescription &)
virtual bool produce(Event &e)
CLHEP::RandExponential * fRandomExpoGenerator