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

Tsuffix.h

解説を見る。
00001 // =====================================================================
00002 //  $Id: Tsuffix.h,v 1.2 2003/07/30 16:17:11 goiwai Exp $
00003 //  $Name: CLDAQ-1-07-01 $
00004 //
00005 //  $Log: Tsuffix.h,v $
00006 //  Revision 1.2  2003/07/30 16:17:11  goiwai
00007 //  ファイルにコミットログをつけることにしました.
00008 //
00009 // =====================================================================
00010 #ifndef __TSUFFIX_H
00011 #define __TSUFFIX_H
00012 
00013 #include "Ttypes.h"
00014 
00015 static const Tstring T1DHistogramSuffix = "_1DHISTO";
00016 static const Tstring T2DHistogramSuffix = "_2DHISTO";
00017 static const Tstring TAppendGraphSuffix = "_APPGRAPH";
00018 static const Tstring TSubstituteGraphSuffix = "_SUBGRAPH";
00019 static const Tstring TCanvasSuffix = "_CANVAS";
00020 static const Tstring TUnknownSuffix = "_UNKNOWN";
00021 
00022 static const Tstring TRootIdentification = "ROOT";
00023 static const Tstring TPawIdentification = "PAW";
00024 
00025 #endif

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