LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
RootHandlers.h
Go to the documentation of this file.
1
#ifndef art_Framework_IO_Root_RootHandlers_h
2
#define art_Framework_IO_Root_RootHandlers_h
3
4
namespace
art
{
5
6
class
RootHandlers
{
7
public
:
8
RootHandlers
();
9
virtual
~RootHandlers
();
10
void
disableErrorHandler
();
11
void
enableErrorHandler
();
12
13
private
:
14
virtual
void
disableErrorHandler_
() = 0;
15
virtual
void
enableErrorHandler_
() = 0;
16
};
// RootHandlers
17
18
}
// namespace art
19
20
#endif
/* art_Framework_IO_Root_RootHandlers_h */
21
22
// Local Variables:
23
// mode: c++
24
// End:
art::RootHandlers::RootHandlers
RootHandlers()
Definition:
RootHandlers.cc:5
art::RootHandlers::~RootHandlers
virtual ~RootHandlers()
Definition:
RootHandlers.cc:7
art::RootHandlers::disableErrorHandler
void disableErrorHandler()
Definition:
RootHandlers.cc:9
art::RootHandlers
Definition:
RootHandlers.h:6
art::RootHandlers::enableErrorHandler_
virtual void enableErrorHandler_()=0
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
art::RootHandlers::enableErrorHandler
void enableErrorHandler()
Definition:
RootHandlers.cc:14
art::RootHandlers::disableErrorHandler_
virtual void disableErrorHandler_()=0
art
Framework
IO
Root
RootHandlers.h
Generated on Wed Dec 12 2018 14:42:32 for LArSoft by
1.8.11