CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MixingWorkerBase.cc
Go to the documentation of this file.
1 // File: MixingWorkerBase.cc
2 // Description: see MixingWorkerBase.h
3 // Author: Ursula Berthon, LLR Palaiseau
4 //
5 //--------------------------------------------
6 
14 #include "MixingWorkerBase.h"
15 
16 namespace edm
17 {
18 
19  // Virtual destructor needed so MixingModule can delete the list
20  // of MixingWorkers without knowing their exact type.
22 
23 }//edm