Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Principal
RunPrincipal.cc
Go to the documentation of this file.
1
#include "
art/Framework/Principal/RunPrincipal.h
"
2
// vim: set sw=2 expandtab :
3
4
using namespace
std
;
5
6
namespace
art
{
7
8
class
ProcessConfiguration;
9
class
RunAuxiliary;
10
11
RunPrincipal::~RunPrincipal() {}
12
13
RunPrincipal::RunPrincipal(
14
RunAuxiliary
const
& aux,
15
ProcessConfiguration
const
&
pc
,
16
cet::exempt_ptr<ProductTable const>
presentProducts,
17
std::unique_ptr<DelayedReader>&&
18
reader
/*= std::make_unique<NoDelayedReader>()*/
)
19
:
Principal
{aux,
pc
, presentProducts,
move
(reader)}
20
{}
21
22
}
// namespace art
art::Principal
Definition:
Principal.h:54
wirecell.units.pc
pc
Definition:
units.py:68
RunPrincipal.h
std
STL namespace.
wirecell.gen.depos.move
def move(depos, offset)
Definition:
depos.py:107
cet::exempt_ptr
Definition:
exempt_ptr.h:38
art::ProcessConfiguration
Definition:
ProcessConfiguration.h:15
art::RunAuxiliary
Definition:
RunAuxiliary.h:17
art
Definition:
BasicOptionsHandler.h:9
Generated by
1.8.11