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

Tsuffix.h

解説を見る。
00001 // =====================================================================
00002 //  $Id: Tsuffix.h,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $
00003 //  $Name: CLDAQ-1-06-02 $
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

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