Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DetectorDescription
Base
interface
DDTiming.h
Go to the documentation of this file.
1
#ifndef DDD_DDTiming_h
2
#define DDD_DDTiming_h
3
4
// turn on/off timing here
5
#define DDTIMING_ON
6
7
#ifdef DDTIMING_ON
8
// assume that we want timing turned on...
9
// in theory this could have some functionality. Right now I'm thinking
10
// that including this file will turn on timing, that is it's only job.
11
// if it s defined above, then my code will check ifdef DDTIMING_ON
12
// and do the timing and dumping... So, timing is turned on/off at
13
// at compile time.
14
#endif
15
16
#endif
Generated for CMSSW Reference Manual by
1.8.5