CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/SimGeneral/MixingModule/plugins/MixingWorkerBase.cc

Go to the documentation of this file.
00001 // File: MixingWorkerBase.cc
00002 // Description:  see MixingWorkerBase.h
00003 // Author:  Ursula Berthon, LLR Palaiseau
00004 //
00005 //--------------------------------------------
00006 
00007 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00008 #include "FWCore/Utilities/interface/EDMException.h"
00009 #include "FWCore/Framework/interface/ConstProductRegistry.h"
00010 #include "FWCore/ServiceRegistry/interface/Service.h"
00011 #include "FWCore/Framework/interface/EventPrincipal.h"
00012 #include "DataFormats/Common/interface/Handle.h"
00013 #include "DataFormats/Provenance/interface/ModuleDescription.h"
00014 #include "MixingWorkerBase.h"
00015 #include "boost/shared_ptr.hpp"
00016 
00017 namespace edm
00018 {
00019 
00020   // Virtual destructor needed so MixingModule can delete the list
00021   // of MixingWorkers without knowing their exact type.
00022   MixingWorkerBase::~MixingWorkerBase() { }  
00023 
00024 }//edm