00001
00002
00003 #ifndef ATHCONTAINERS_CLASSNAME_H
00004 #define ATHCONTAINERS_CLASSNAME_H
00005
00006 #ifndef XAOD_STANDALONE
00007
00008
00009 #include "SGTools/ClassName.h"
00010
00011 #else
00012
00013
00014 #include <string>
00015
00030 template< class T >
00031 class ClassName {
00032
00033 public:
00035 static std::string name();
00036
00037 };
00038
00039
00040 #include "ClassName.icc"
00041
00042 #endif // not XAOD_STANDALONE
00043
00044 #endif // not ATHCONTAINERS_CLASSNAME_H