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
config.h
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation for LCD
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 // Author : M.Frank
11 //
12 //==========================================================================
13 #ifndef DD4HEP_CONFIG_H
14 #define DD4HEP_CONFIG_H
15 
16 #define DD4HEP_INSTANCE_COUNTS
17 #ifdef DD4HEP_INSTANCE_COUNTS
18 #define INCREMENT_COUNTER InstanceCount::increment(this)
19 #define DECREMENT_COUNTER InstanceCount::decrement(this)
20 #else
21 #define INCREMENT_COUNTER
22 #define DECREMENT_COUNTER
23 #endif
24 
26 namespace DD4hep {
27 
29  namespace Geometry {
30 
31  } /* End namespace Geometry */
32 } /* End namespace DD4hep */
33 #endif /* DD4HEP_CONFIG_H */