LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::ProcessingFrame Class Reference

#include "ProcessingFrame.h"

Public Member Functions

 ProcessingFrame (ScheduleID const sid)
 
template<typename T >
ServiceHandle< T > serviceHandle () const
 
auto scheduleID () const
 

Private Attributes

ScheduleID const scheduleID_
 

Detailed Description

Definition at line 8 of file ProcessingFrame.h.

Constructor & Destructor Documentation

art::ProcessingFrame::ProcessingFrame ( ScheduleID const  sid)
inlineexplicit

Definition at line 10 of file ProcessingFrame.h.

10 : scheduleID_{sid} {}
ScheduleID const scheduleID_

Member Function Documentation

auto art::ProcessingFrame::scheduleID ( ) const
inline
template<typename T >
ServiceHandle<T> art::ProcessingFrame::serviceHandle ( ) const
inline

Definition at line 14 of file ProcessingFrame.h.

Referenced by art::RandomNumberSaver::produce().

15  {
16  return ServiceHandle<T>{};
17  }

Member Data Documentation

ScheduleID const art::ProcessingFrame::scheduleID_
private

Definition at line 26 of file ProcessingFrame.h.

Referenced by scheduleID().


The documentation for this class was generated from the following file: