00001 #ifndef FORMAT_H_
00002 #define FORMAT_H_
00003
00004 #ifdef FORMAT_CPP_
00009 #define WITH_VALUE(value) = value
00010 #else
00011 #define WITH_VALUE(value)
00012 #endif
00013
00014
00017 namespace AlCapFormat {
00018 namespace Raw {
00019 extern const char* DataTreeName WITH_VALUE("EventTree");
00020 extern const char* DataBranchName WITH_VALUE("Event");
00021 extern const char* SetupTreeName WITH_VALUE("SetupTree");
00022 extern const char* SetupBranchName WITH_VALUE("Setup");
00023 };
00024
00025 namespace Setup {
00026
00027
00028
00029
00030
00031
00032
00033
00034 };
00035 };
00036
00037 #undef WITH_VALUE
00038 #endif //FORMAT_H_