CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/Mixing/Base/interface/PUGenerator.h

Go to the documentation of this file.
00001 #ifndef PU_GENERATOR_H
00002 #define PU_GENERATOR_H
00003 
00004 /*----------------------------------------------------------------------
00005 
00006 ----------------------------------------------------------------------*/
00007 
00008 namespace edm
00009 {
00010 
00011   class PUGenerator
00012     {
00013     public:
00014       explicit PUGenerator() { }
00015       virtual ~PUGenerator() { }
00016       virtual unsigned int numberOfEventsPerBunch() const=0;
00017     
00018     private:
00019     };
00020 
00021 }//edm
00022 #endif