Go to the documentation of this file.00001
00002
00003
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
00021
00022 MixingWorkerBase::~MixingWorkerBase() { }
00023
00024 }