Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
src
WorkerInPath.cc
Go to the documentation of this file.
1
2
3
#include "
FWCore/Framework/src/WorkerInPath.h
"
4
5
namespace
edm {
6
WorkerInPath::WorkerInPath
(
Worker
*
w
,
FilterAction
theFilterAction,
unsigned
int
placeInPath):
7
stopwatch_(),
8
timesVisited_(),
9
timesPassed_(),
10
timesFailed_(),
11
timesExcept_(),
12
filterAction_(theFilterAction),
13
worker_(w),
14
placeInPathContext_(placeInPath)
15
{
16
}
17
18
void
19
WorkerInPath::useStopwatch
() {
20
stopwatch_
.reset(
new
RunStopwatch::StopwatchPointer::element_type);
21
}
22
23
24
}
w
const double w
Definition:
UKUtility.cc:23
edm::WorkerInPath::FilterAction
FilterAction
Definition:
WorkerInPath.h:26
edm::WorkerInPath::useStopwatch
void useStopwatch()
Definition:
WorkerInPath.cc:19
edm::WorkerInPath::stopwatch_
RunStopwatch::StopwatchPointer stopwatch_
Definition:
WorkerInPath.h:58
WorkerInPath.h
edm::WorkerInPath::WorkerInPath
WorkerInPath(Worker *, FilterAction theAction, unsigned int placeInPath)
Definition:
WorkerInPath.cc:6
edm::Worker
Definition:
Worker.h:65
Generated for CMSSW Reference Manual by
1.8.5