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
// Constructor
21
//FIXME: subdet here?
22
MixingWorkerBase::MixingWorkerBase
(
int
minBunch,
int
maxBunch,
int
bunchSpace,std::string &subdet, std::string &
label
,std::string &labelCF,
unsigned
int
maxNbSources,
InputTag
&
tag
,
InputTag
&tagCF,
bool
mixProdStep2) :
23
minBunch_(minBunch),
24
maxBunch_(maxBunch),
25
bunchSpace_(bunchSpace),
26
subdet_(subdet),
27
label_(label),
28
labelCF_(labelCF),
29
maxNbSources_(maxNbSources),
30
tag_(tag),
31
tagSignal_(tagCF)
32
{
33
}
34
35
// Virtual destructor needed.
36
MixingWorkerBase::~MixingWorkerBase
() {
37
}
38
39
}
//edm
ConstProductRegistry.h
MessageLogger.h
MixingWorkerBase.h
label
const std::string & label
Definition:
MVAComputer.cc:186
edm::MixingWorkerBase::MixingWorkerBase
MixingWorkerBase()
Definition:
MixingWorkerBase.h:30
ModuleDescription.h
Handle.h
EventPrincipal.h
GlobalPosition_Frontier_DevDB_cff.tag
tuple tag
Definition:
GlobalPosition_Frontier_DevDB_cff.py:11
EDMException.h
Service.h
edm::MixingWorkerBase::~MixingWorkerBase
virtual ~MixingWorkerBase()
Definition:
MixingWorkerBase.cc:36
edm::InputTag
Definition:
InputTag.h:12
Generated for CMSSW Reference Manual by
1.8.5