Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
src
Breakpoints.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_Breakpoints_h
2
#define FWCore_Framework_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
bk {
15
void
16
beginJob
();
17
18
void
19
beginRuns
();
20
}
21
22
#endif
bk::beginJob
void beginJob()
Definition:
Breakpoints.cc:15
bk::beginRuns
void beginRuns()
Definition:
Breakpoints.cc:18
Generated for CMSSW Reference Manual by
1.8.5