LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Breakpoints.h
Go to the documentation of this file.
1
#ifndef art_Framework_Core_Breakpoints_h
2
#define art_Framework_Core_Breakpoints_h
3
/*
4
Functions used only as breakpoints only to aid debugging.
5
6
They cannot be optimized away because they are
7
in a separate compilation unit.
8
9
Performance is not an issue because each of these functions
10
is called only once per job.
11
12
*/
13
14
namespace
breakpoints
{
15
void
beginJob
();
16
}
17
18
#endif
/* art_Framework_Core_Breakpoints_h */
19
20
// Local Variables:
21
// mode: c++
22
// End:
breakpoints::beginJob
void beginJob()
Definition:
Breakpoints.cc:14
breakpoints
Definition:
Breakpoints.h:14
art
Framework
Core
Breakpoints.h
Generated on Wed Dec 12 2018 14:42:31 for LArSoft by
1.8.11