CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WorkerInPath.cc
Go to the documentation of this file.
1 
2 
4 
5 namespace edm {
7  stopwatch_(),
8  timesVisited_(),
9  timesPassed_(),
10  timesFailed_(),
11  timesExcept_(),
12  filterAction_(theFilterAction),
13  worker_(w)
14  {
15  }
16 
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
30  stopwatch_.reset(new RunStopwatch::StopwatchPointer::element_type);
31  }
32 
33 
34 }
WorkerInPath(Worker *)
Definition: WorkerInPath.cc:17
RunStopwatch::StopwatchPointer stopwatch_
Definition: WorkerInPath.h:52
T w() const