CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FlatRandomPtGunSource.h
Go to the documentation of this file.
1 #ifndef FlatRandomPtGunSource_H
2 #define FlatRandomPtGunSource_H
3 
11 
12 namespace edm
13 {
14 
16  {
17 
18  public:
20  virtual ~FlatRandomPtGunSource();
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 
33  };
34 }
35 
36 #endif
FlatRandomPtGunSource(const ParameterSet &, const InputSourceDescription &)
virtual bool produce(Event &e)