CMS 3D CMS Logo

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