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

クラス TMatrixElement の解説
[Analysis Category]

This is the TMatrixElement class. [詳細]

#include <TMatrixElement.hh>

すべてのメンバ一覧

Public メソッド

 TMatrixElement (const Tstring &idstr="", Tobject_t objecttype=tObjectUnknown, Tint ndata=0, Tint ntuple=0)
 TMatrixElement (const TMatrixElement &right)
 ~TMatrixElement ()
const TMatrixElement & operator= (const TMatrixElement &right)
Tbool operator== (const TMatrixElement &right) const
Tbool operator!= (const TMatrixElement &right) const
const TstringGetMatrixID () const
TstringGetMatrixID ()
Tvoid SetMatrixID (const Tstring &id)
Tobject_t GetObjectType () const
Tvoid SetObjectType (Tobject_t objecttype)
Tint GetNumberOfTuples () const
Tint GetNumberOfEvents () const


解説

This is the TMatrixElement class.

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

TODO:
None?
バグ:
None?


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

TMatrixElement::TMatrixElement const Tstring   idstr = "",
Tobject_t    objecttype = tObjectUnknown,
Tint    ndata = 0,
Tint    ntuple = 0
 

TMatrixElement::TMatrixElement const TMatrixElement &    right
 

TMatrixElement::~TMatrixElement  
 


メソッドの解説

Tstring & TMatrixElement::GetMatrixID   [inline]
 

const Tstring & TMatrixElement::GetMatrixID   [inline]
 

Tint TMatrixElement::GetNumberOfEvents   [inline]
 

Tint TMatrixElement::GetNumberOfTuples   [inline]
 

Tobject_t TMatrixElement::GetObjectType   [inline]
 

Tbool TMatrixElement::operator!= const TMatrixElement &    right const
 

const TMatrixElement& TMatrixElement::operator= const TMatrixElement &    right
 

Tbool TMatrixElement::operator== const TMatrixElement &    right const
 

Tvoid TMatrixElement::SetMatrixID const Tstring   id [inline]
 

Tvoid TMatrixElement::SetObjectType Tobject_t    objecttype [inline]
 


このクラスの解説は次のファイルから生成されました:
CLDAQ - a Class Library for Data AcQuisition (Version 1.11.0)
Go IWAI <goiwai@users.sourceforge.jp>