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