Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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):
7
stopwatch_(),
8
timesVisited_(),
9
timesPassed_(),
10
timesFailed_(),
11
timesExcept_(),
12
filterAction_(theFilterAction),
13
worker_(w)
14
{
15
}
16
17
WorkerInPath::WorkerInPath
(
Worker
*
w
):
18
stopwatch_(new
RunStopwatch
::StopwatchPointer::element_type),
19
timesVisited_(),
20
timesPassed_(),
21
timesFailed_(),
22
timesExcept_(),
23
filterAction_(
Normal
),
24
worker_(w)
25
{
26
}
27
28
void
29
WorkerInPath::useStopwatch
() {
30
stopwatch_
.reset(
new
RunStopwatch::StopwatchPointer::element_type);
31
}
32
33
34
}
Normal
edm::WorkerInPath::FilterAction
FilterAction
Definition:
WorkerInPath.h:22
edm::WorkerInPath::useStopwatch
void useStopwatch()
Definition:
WorkerInPath.cc:29
edm::RunStopwatch
Definition:
RunStopwatch.h:20
edm::WorkerInPath::WorkerInPath
WorkerInPath(Worker *)
Definition:
WorkerInPath.cc:17
edm::WorkerInPath::stopwatch_
RunStopwatch::StopwatchPointer stopwatch_
Definition:
WorkerInPath.h:52
WorkerInPath.h
w
T w() const
Definition:
extBasic3DVector.h:245
edm::Worker
Definition:
Worker.h:47
Generated for CMSSW Reference Manual by
1.8.5