LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ScheduleContextSetter.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_System_detail_ScheduleContextSetter_h
2 #define art_Framework_Services_System_detail_ScheduleContextSetter_h
3 
6 
7 namespace art {
8  namespace detail {
9  class ScheduleContextSetter;
10  }
11 }
12 
14 public:
15  bool setContext();
16  bool resetContext();
17 
18 private:
20 };
21 
22 inline bool
24 {
25  return sh_->setContext();
26 }
27 
28 inline bool
30 {
31  return sh_->resetContext();
32 }
33 
34 #endif /* art_Framework_Services_System_detail_ScheduleContextSetter_h */
35 
36 // Local Variables:
37 // mode: c++
38 // End:
ServiceHandle< ScheduleContext > sh_
HLT enums.