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

#include "ScheduleContext.h"

Public Member Functions

 ScheduleContext (ScheduleID const sid)
 
auto id () const
 

Static Public Member Functions

static ScheduleContext invalid ()
 

Private Member Functions

 ScheduleContext ()=default
 

Private Attributes

ScheduleID sid_ {}
 

Detailed Description

Definition at line 7 of file ScheduleContext.h.

Constructor & Destructor Documentation

art::ScheduleContext::ScheduleContext ( )
explicitprivatedefault
art::ScheduleContext::ScheduleContext ( ScheduleID const  sid)
inlineexplicit

Definition at line 11 of file ScheduleContext.h.

11 : sid_{sid} {}

Member Function Documentation

static ScheduleContext art::ScheduleContext::invalid ( )
inlinestatic

Member Data Documentation

ScheduleID art::ScheduleContext::sid_ {}
private

Definition at line 25 of file ScheduleContext.h.

Referenced by id().


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