LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
RootHandlers.cc
Go to the documentation of this file.
2 
3 namespace art {
4 
5  RootHandlers::RootHandlers() = default;
6  RootHandlers::~RootHandlers() = default;
7 
8  void
10  {
12  }
13  void
15  {
17  }
18 
19 } // namespace art
virtual ~RootHandlers()
Definition: RootHandlers.cc:7
void disableErrorHandler()
Definition: RootHandlers.cc:9
virtual void enableErrorHandler_()=0
HLT enums.
void enableErrorHandler()
Definition: RootHandlers.cc:14
virtual void disableErrorHandler_()=0