メインページ   モジュール   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

Tsuffix.h

解説を見る。
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

CLDAQ - a Class Library for Data AcQuisition (Version 1.11.0)
Go IWAI <goiwai@users.sourceforge.jp>