CMS 3D CMS Logo

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 
7 #include "MixingWorkerBase.h"
8 
9 namespace edm {
10 
11  // Virtual destructor needed so MixingModule can delete the list
12  // of MixingWorkers without knowing their exact type.
14 
15 } // namespace edm
edm
HLT enums.
Definition: AlignableModifier.h:19
MixingWorkerBase.h
edm::MixingWorkerBase::~MixingWorkerBase
virtual ~MixingWorkerBase()
Definition: MixingWorkerBase.cc:13