EventPrincipal.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
7 
9  EventAuxiliary const& aux,
10  ProcessConfiguration const& pc,
12  std::unique_ptr<History>&& history /*= std::make_unique<History>()*/,
13  std::unique_ptr<DelayedReader>&&
14  reader /*= std::make_unique<NoDelayedReader>()*/,
15  bool const lastInSubRun /*= false*/)
16  : Principal{aux,
17  pc,
18  presentProducts,
19  move(history),
20  move(reader),
21  lastInSubRun}
22  {}
23 } // namespace art
History const & history() const
Definition: Principal.cc:902
EventPrincipal(EventAuxiliary const &aux, ProcessConfiguration const &pc, cet::exempt_ptr< ProductTable const > presentProducts, std::unique_ptr< History > &&history=std::make_unique< History >(), std::unique_ptr< DelayedReader > &&rtrv=std::make_unique< NoDelayedReader >(), bool lastInSubRun=false)
def move(depos, offset)
Definition: depos.py:107