00001 #ifndef ROOT_CORE_UTILS__ROOT_UTILS_H
00002 #define ROOT_CORE_UTILS__ROOT_UTILS_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00016
00017
00018
00019 #include <RootCoreUtils/Global.h>
00020
00021 class TDirectory;
00022 class TObject;
00023
00024 namespace RCU
00025 {
00037 bool SetDirectory (TObject *object, TDirectory *directory);
00038 }
00039
00040 #endif