LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
WorkerInPath.cc
Go to the documentation of this file.
1
// ======================================================================
2
//
3
// WorkerInPath: A wrapper around a Worker, so that statistics can be
4
// managed per path. A Path holds Workers as these things.
5
//
6
// ======================================================================
7
8
#include "
art/Framework/Core/WorkerInPath.h
"
9
10
using
art::WorkerInPath
;
11
12
WorkerInPath::WorkerInPath(cet::exempt_ptr<Worker>
w
,
13
FilterAction
const
theFilterAction)
14
: filterAction_{theFilterAction},
worker_
{
w
}
15
{}
16
17
WorkerInPath::WorkerInPath
(cet::exempt_ptr<Worker>
w
) :
worker_
{w} {}
art::WorkerInPath
Definition:
WorkerInPath.h:23
art::WorkerInPath::FilterAction
FilterAction
Definition:
WorkerInPath.h:25
art::WorkerInPath::WorkerInPath
WorkerInPath(cet::exempt_ptr< Worker >)
Definition:
WorkerInPath.cc:17
WorkerInPath.h
w
Float_t w
Definition:
plot.C:23
art::WorkerInPath::worker_
cet::exempt_ptr< Worker > worker_
Definition:
WorkerInPath.h:91
art
Framework
Core
WorkerInPath.cc
Generated on Thu Jul 26 2018 13:09:40 for LArSoft by
1.8.11