CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PUGenerator.h
Go to the documentation of this file.
1 #ifndef PU_GENERATOR_H
2 #define PU_GENERATOR_H
3 
4 /*----------------------------------------------------------------------
5 
6 ----------------------------------------------------------------------*/
7 
8 namespace edm
9 {
10 
12  {
13  public:
14  explicit PUGenerator() { }
15  virtual ~PUGenerator() { }
16  virtual unsigned int numberOfEventsPerBunch() const=0;
17 
18  private:
19  };
20 
21 }//edm
22 #endif
virtual unsigned int numberOfEventsPerBunch() const =0
virtual ~PUGenerator()
Definition: PUGenerator.h:15