LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::detail::ScheduleContextSetter Class Reference

#include "ScheduleContextSetter.h"

Public Member Functions

bool setContext ()
 
bool resetContext ()
 

Private Attributes

ServiceHandle< ScheduleContextsh_
 

Detailed Description

Definition at line 13 of file ScheduleContextSetter.h.

Member Function Documentation

bool art::detail::ScheduleContextSetter::resetContext ( )
inline

Definition at line 29 of file ScheduleContextSetter.h.

References sh_.

30 {
31  return sh_->resetContext();
32 }
ServiceHandle< ScheduleContext > sh_
bool art::detail::ScheduleContextSetter::setContext ( )
inline

Definition at line 23 of file ScheduleContextSetter.h.

References sh_.

24 {
25  return sh_->setContext();
26 }
ServiceHandle< ScheduleContext > sh_

Member Data Documentation

ServiceHandle<ScheduleContext> art::detail::ScheduleContextSetter::sh_
private

Definition at line 19 of file ScheduleContextSetter.h.

Referenced by resetContext(), and setContext().


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