00001 #ifndef artdaq_core_Data_dictionary_control_hh 00002 #define artdaq_core_Data_dictionary_control_hh 00003 00004 // This header defines the CPP symbol HIDE_FROM_ROOT. This symbol 00005 // can be used to hide code from Root dictionaries, as shown below 00006 // 00007 // Usage: 00008 // 00009 // #if HIDE_FROM_ROOT 00010 // void function_that_you_want_to_hide() { ... }; 00011 // void another_function_to_hide() {...}; 00012 // #endif 00013 // 00014 00015 #undef HIDE_FROM_ROOT 00016 #if !defined(__GCCXML__) && defined(__GXX_EXPERIMENTAL_CXX0X__) 00017 #define HIDE_FROM_ROOT 1 00018 #endif 00019 00020 #endif /* artdaq_core_Data_dictionary_control_hh */