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