Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimGeneral
MixingModule
plugins
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 "
FWCore/MessageLogger/interface/MessageLogger.h
"
8
#include "
FWCore/Utilities/interface/EDMException.h
"
9
#include "
FWCore/Framework/interface/ConstProductRegistry.h
"
10
#include "
FWCore/ServiceRegistry/interface/Service.h
"
11
#include "
FWCore/Framework/interface/EventPrincipal.h
"
12
#include "
DataFormats/Common/interface/Handle.h
"
13
#include "
DataFormats/Provenance/interface/ModuleDescription.h
"
14
#include "
MixingWorkerBase.h
"
15
#include "boost/shared_ptr.hpp"
16
17
namespace
edm
18
{
19
20
// Virtual destructor needed so MixingModule can delete the list
21
// of MixingWorkers without knowing their exact type.
22
MixingWorkerBase::~MixingWorkerBase
() { }
23
24
}
//edm
ConstProductRegistry.h
MessageLogger.h
MixingWorkerBase.h
ModuleDescription.h
Handle.h
EventPrincipal.h
EDMException.h
Service.h
edm::MixingWorkerBase::~MixingWorkerBase
virtual ~MixingWorkerBase()
Definition:
MixingWorkerBase.cc:22
Generated for CMSSW Reference Manual by
1.8.5