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

クラス TReadoutSegment の解説
[Readout Category]

This is the TReadoutSegment class. [詳細]

#include <TReadoutSegment.hh>

TReadoutSegmentに対する継承グラフ

Inheritance graph
[凡例]
TReadoutSegmentのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

 TReadoutSegment (const Tstring &id=TunknownID)
 TReadoutSegment (TModule *module, const Tstring &id=TunknownID)
 TReadoutSegment (TModule *module, Tint ch, const Tstring &id=TunknownID)
 TReadoutSegment (TModule *module, const TstringList &elementid, const Tstring &id=TunknownID)
 TReadoutSegment (TModule *module, const Tstring elementid[], const Tstring &id=TunknownID)
 TReadoutSegment (const TReadoutSegment &right)
 ~TReadoutSegment ()
const TReadoutSegment & operator= (const TReadoutSegment &right)
Tbool operator== (const TReadoutSegment &right) const
Tbool operator!= (const TReadoutSegment &right) const
TDataSegment Read ()
TModule * GetModule () const
Tvoid SetModule (TModule *module)
virtual Tbool operator== (const TReadoutIdentification &right) const
virtual Tbool operator!= (const TReadoutIdentification &right) const
const TstringGetID () const
Tvoid SetID (const Tstring &id)

Protected 変数

Tstring theID

解説

This is the TReadoutSegment class.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
The TReadoutSegment class detail description. Write it down ASAP!

TODO:
None?

バグ:
None?

TReadoutSegment.hh59 行で定義されています。


コンストラクタとデストラクタの解説

TReadoutSegment::TReadoutSegment const Tstring id = TunknownID  ) 
 

TReadoutSegment.cc20 行で定義されています。

参照 TReadoutElementList.

TReadoutSegment::TReadoutSegment TModule *  module,
const Tstring id = TunknownID
 

TReadoutSegment.cc24 行で定義されています。

参照 itostr(), Tint, と TReadoutElementList.

TReadoutSegment::TReadoutSegment TModule *  module,
Tint  ch,
const Tstring id = TunknownID
 

TReadoutSegment.cc32 行で定義されています。

参照 itostr(), と TReadoutElementList.

TReadoutSegment::TReadoutSegment TModule *  module,
const TstringList elementid,
const Tstring id = TunknownID
 

TReadoutSegment.cc38 行で定義されています。

参照 itostr(), TReadoutElementList, Tsize_t, と TstringList.

TReadoutSegment::TReadoutSegment TModule *  module,
const Tstring  elementid[],
const Tstring id = TunknownID
 

TReadoutSegment.cc53 行で定義されています。

参照 Tint, と TReadoutElementList.

TReadoutSegment::TReadoutSegment const TReadoutSegment &  right  ) 
 

TReadoutSegment.cc63 行で定義されています。

参照 TReadoutElementList.

TReadoutSegment::~TReadoutSegment  ) 
 

TReadoutSegment.cc68 行で定義されています。


メソッドの解説

const Tstring & TReadoutIdentification::GetID  )  const [inline, inherited]
 

TReadoutIdentification.hh82 行で定義されています。

参照 TReadoutIdentification::theID, と Tstring.

TModule * TReadoutSegment::GetModule  )  const [inline]
 

TReadoutSegment.hh93 行で定義されています。

Tbool TReadoutIdentification::operator!= const TReadoutIdentification &  right  )  const [virtual, inherited]
 

TReadoutIdentification.cc44 行で定義されています。

参照 Tbool, Tfalse, TReadoutIdentification::theID, と Ttrue.

Tbool TReadoutSegment::operator!= const TReadoutSegment &  right  )  const
 

TReadoutSegment.cc97 行で定義されています。

参照 Tbool, Tfalse, theModule, と TReadoutElementList.

const TReadoutSegment & TReadoutSegment::operator= const TReadoutSegment &  right  ) 
 

TReadoutSegment.cc80 行で定義されています。

参照 theModule, と TReadoutElementList.

Tbool TReadoutIdentification::operator== const TReadoutIdentification &  right  )  const [virtual, inherited]
 

TReadoutIdentification.cc35 行で定義されています。

参照 Tbool, Tfalse, TReadoutIdentification::theID, と Ttrue.

Tbool TReadoutSegment::operator== const TReadoutSegment &  right  )  const
 

TReadoutSegment.cc88 行で定義されています。

参照 Tbool, theModule, TReadoutElementList, と Ttrue.

TDataSegment TReadoutSegment::Read  ) 
 

TReadoutSegment.cc71 行で定義されています。

参照 size(), TReadoutIdentification::theID, と Tsize_t.

Tvoid TReadoutIdentification::SetID const Tstring id  )  [inline, inherited]
 

TReadoutIdentification.hh87 行で定義されています。

参照 TReadoutIdentification::theID, と Tvoid.

Tvoid TReadoutSegment::SetModule TModule *  module  )  [inline]
 

TReadoutSegment.hh98 行で定義されています。

参照 Tvoid.


変数の解説

Tstring TReadoutIdentification::theID [protected, inherited]
 

TReadoutIdentification.hh58 行で定義されています。

呼出 TReadoutIdentification::GetID(), TReadoutIdentification::operator!=(), TReadoutIdentification::operator=(), TReadoutIdentification::operator==(), Read(), TReadoutSection::Read(), TReadoutList::Read(), TReadoutElement::Read(), TReadoutIdentification::SetID(), と TReadoutElement::TReadoutElement().


このクラスの解説は次のファイルから生成されました:

CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp