00001
00002
00003
00004
00005 #ifndef __TSUFFIX_H
00006 #define __TSUFFIX_H
00007
00008 #include "Ttypes.h"
00009
00010 static const Tstring T1DHistogramSuffix = "_1DHISTO";
00011 static const Tstring T2DHistogramSuffix = "_2DHISTO";
00012 static const Tstring TAppendGraphSuffix = "_APPGRAPH";
00013 static const Tstring TSubstituteGraphSuffix = "_SUBGRAPH";
00014 static const Tstring TCanvasSuffix = "_CANVAS";
00015 static const Tstring TUnknownSuffix = "_UNKNOWN";
00016
00017 static const Tstring TRootIdentification = "ROOT";
00018 static const Tstring TPawIdentification = "PAW";
00019
00020 #endif