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