DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TGeoUnits.h
Go to the documentation of this file.
1 // OSOLETE
2 // use DD4hepUnits and dd4hep:: instead
3 
4 #ifndef DD4HEP_TGEOUNITS_H
5 #define DD4HEP_TGEOUNITS_H
6 
7 
8 // Uncomment for backward compatibility
9 //#define USE_TGEOUNITS_H
10 
11 #ifdef USE_TGEOUNITS_H
12 #include "DD4hepUnits.h"
13 
14 namesapce tgeo{
15  using dd4hep ;
16 }
17 
18 #endif
19 
20 #endif /*DD4HEP_TGEOUNITS_H */