SubRunPrincipal.cc
Go to the documentation of this file.
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,
18  std::unique_ptr<DelayedReader>&&
19  reader /*= std::make_unique<NoDelayedReader>()*/)
20  : Principal{aux, pc, presentProducts, move(reader)}
21  {}
22 
23 } // namespace art
STL namespace.
def move(depos, offset)
Definition: depos.py:107