Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
FWCore
Framework
src
WorkerInPath.cc
Go to the documentation of this file.
1
2
3
#include "
FWCore/Framework/interface/WorkerInPath.h
"
4
5
namespace
edm {
6
WorkerInPath::WorkerInPath
(
Worker
*
w
,
FilterAction
theFilterAction,
unsigned
int
placeInPath,
bool
runConcurrently)
7
: timesVisited_(),
8
timesPassed_(),
9
timesFailed_(),
10
timesExcept_(),
11
filterAction_(theFilterAction),
12
worker_(w),
13
placeInPathContext_(placeInPath),
14
runConcurrently_(runConcurrently) {
15
w->
addedToPath
();
16
}
17
18
}
// namespace edm
w
const double w
Definition:
UKUtility.cc:23
edm::WorkerInPath::FilterAction
FilterAction
Definition:
WorkerInPath.h:27
edm::Worker::addedToPath
void addedToPath()
Definition:
Worker.h:230
edm::WorkerInPath::WorkerInPath
WorkerInPath(Worker *, FilterAction theAction, unsigned int placeInPath, bool runConcurrently)
Definition:
WorkerInPath.cc:6
WorkerInPath.h
edm::Worker
Definition:
Worker.h:91
Generated for CMSSW Reference Manual by
1.8.5