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

クラス 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.hh55 行で定義されています。


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

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

TMatrixElement.cc18 行で定義されています。

参照 TDataMultiplicity.

TMatrixElement::TMatrixElement const TMatrixElement &  right  ) 
 

TMatrixElement.cc23 行で定義されています。

参照 TDataMultiplicity.

TMatrixElement::~TMatrixElement  ) 
 

TMatrixElement.cc28 行で定義されています。


メソッドの解説

Tstring & TMatrixElement::GetMatrixID  )  [inline]
 

TMatrixElement.hh95 行で定義されています。

参照 Tstring.

const Tstring & TMatrixElement::GetMatrixID  )  const [inline]
 

TMatrixElement.hh90 行で定義されています。

参照 Tstring.

呼出 TExtractor::fillMatrixAs1DHistogram(), TExtractor::fillMatrixAs2DHistogram(), と TExtractor::fillMatrixAsGraph().

Tint TMatrixElement::GetNumberOfEvents  )  const [inline]
 

TMatrixElement.hh111 行で定義されています。

参照 Tint.

呼出 TExtractor::fillMatrixAs1DHistogram(), TExtractor::fillMatrixAs2DHistogram(), と TExtractor::fillMatrixAsGraph().

Tint TMatrixElement::GetNumberOfTuples  )  const [inline]
 

TMatrixElement.hh106 行で定義されています。

参照 Tint.

Tobject_t TMatrixElement::GetObjectType  )  const [inline]
 

TMatrixElement.hh116 行で定義されています。

参照 Tobject_t.

呼出 TExtractor::FillMatrix(), TExtractor::fillMatrixAs1DHistogram(), TExtractor::fillMatrixAs2DHistogram(), と TExtractor::fillMatrixAsGraph().

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

TMatrixElement.cc48 行で定義されています。

参照 Tbool, TDataMultiplicity, Tfalse, theMatrixID, と theObjectType.

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

TMatrixElement.cc31 行で定義されています。

参照 TDataMultiplicity, theMatrixID, と theObjectType.

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

TMatrixElement.cc39 行で定義されています。

参照 Tbool, TDataMultiplicity, theMatrixID, theObjectType, と Ttrue.

Tvoid TMatrixElement::SetMatrixID const Tstring id  )  [inline]
 

TMatrixElement.hh100 行で定義されています。

参照 Tvoid.

Tvoid TMatrixElement::SetObjectType Tobject_t  objecttype  )  [inline]
 

TMatrixElement.hh121 行で定義されています。

参照 Tvoid.


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

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