00001
00024
00025 #ifndef CLDAQ__TSUFFIX_H
00026 #define CLDAQ__TSUFFIX_H
00027
00028 #include "Ttypes.h"
00029
00030 static const Tstring T1DHistogramSuffix = "_1DHISTO";
00031 static const Tstring T2DHistogramSuffix = "_2DHISTO";
00032 static const Tstring TAppendGraphSuffix = "_APPGRAPH";
00033 static const Tstring TSubstituteGraphSuffix = "_SUBGRAPH";
00034 static const Tstring TCanvasSuffix = "_CANVAS";
00035 static const Tstring TUnknownSuffix = "_UNKNOWN";
00036
00037 static const Tstring TRootIdentification = "ROOT";
00038 static const Tstring TPawIdentification = "PAW";
00039
00040 #endif