Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

T_I_Histo_2D Class Reference

#include <T_I_Histo_2D.h>

Inheritance diagram for T_I_Histo_2D:

T_I_Histo T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y > T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition > T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition > T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition > T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition > T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition > T_Histo2DF T_ProfileHisto2D T_ProfileHisto2DVar T_Histo2D T_Histo2DVar List of all members.

Public Types

typedef T_I_Histo_2D Like_Current
 Convenience typedef to current type.


Public Methods

 H_IID_IMPLEMENT (T_I_Histo_2D)
 Very simple RTTI feature.

typedef H_T__REF (I_Histo_2D) Ref_Like_Current
 Convenience typedef to reference to current type.

virtual Size dim () const
 Dimension of the histo, i.e. of the problem space.

Ref_Like_Current clone (int copy_data=1)
 Make a clone of the structure of this histo.

Ref_Like_Current clone (H_T_CLUSTER1(a_place), int copy_data=1)
 Clone with clustering hint.

Ref_Like_Current add (const Ref_Like_Current &other)
 Add other histo to this histo and return a handle to this histo.

void add (const I_Histo &other)
 Add other histo to current histo.

Ref_Like_Current sub (const Ref_Like_Current &other)
 Subtract other histo from current histo and return a handle to this histo.

void sub (const I_Histo &other)
 Subtract other histo to current histo.

Ref_Like_Current mul (const Ref_Like_Current &other)
 Multiply other histo by current histo and return a handle to this histo.

void mul (const I_Histo &other)
 Multiply current histo by other histo.

Ref_Like_Current div (const Ref_Like_Current &other)
 Divide current histo by other histo and return a handle to this histo.

void div (const I_Histo &other)
 Divide current histo by other histo.

Ref_Like_Current binomial_div (const Ref_Like_Current &other)
 Do binomial division of current histo by other histo and return a handle to this histo.

void binomial_div (const I_Histo &other)
 Do binomial division of current histo by other histo.

void add (double x)
 Add scalar value x to current histo.

void sub (double x)
 Subtract scalar value x from current histo.

void mul (double x)
 Multiply current histo by scalar value x .

void div (double x)
 Divide current histo by scalar value x.


Protected Methods

 T_I_Histo_2D ()
virtual ~T_I_Histo_2D ()
 Virtual destructor.


Member Typedef Documentation

typedef T_I_Histo_2D T_I_Histo_2D::Like_Current
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 28 of file T_I_Histo_2D.h.


Constructor & Destructor Documentation

T_I_Histo_2D::T_I_Histo_2D   [inline, protected]
 

Definition at line 31 of file T_I_Histo_2D.h.

virtual T_I_Histo_2D::~T_I_Histo_2D   [inline, protected, virtual]
 

Definition at line 33 of file T_I_Histo_2D.h.


Member Function Documentation

void T_I_Histo_2D::add double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 143 of file T_I_Histo_2D.h.

References T_I_Histo::add_().

void T_I_Histo_2D::add const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 73 of file T_I_Histo_2D.h.

References T_I_Histo::add_().

Ref_Like_Current T_I_Histo_2D::add const Ref_Like_Current &    other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 60 of file T_I_Histo_2D.h.

References T_I_Histo::add1_(), dim(), H_T__REF(), HTL_ERR, and R_CAST.

void T_I_Histo_2D::binomial_div const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 141 of file T_I_Histo_2D.h.

References T_I_Histo::binomial_div_().

Ref_Like_Current T_I_Histo_2D::binomial_div const Ref_Like_Current &    other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 128 of file T_I_Histo_2D.h.

References T_I_Histo::binomial_div1_(), dim(), H_T__REF(), HTL_ERR, and R_CAST.

Ref_Like_Current T_I_Histo_2D::clone H_T_CLUSTER1(a_place)   ,
int    copy_data = 1
[inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 50 of file T_I_Histo_2D.h.

References T_I_Histo::clone_(), H_T__REF(), and R_CAST.

Ref_Like_Current T_I_Histo_2D::clone int    copy_data = 1 [inline]
 

Data is also copied when copy_data is not 0 (which is the default behavior).

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 42 of file T_I_Histo_2D.h.

References T_I_Histo::clone_(), H_T__REF(), and R_CAST.

virtual Size T_I_Histo_2D::dim   const [inline, virtual]
 

Definition at line 36 of file T_I_Histo_2D.h.

References Size.

Referenced by add(), binomial_div(), div(), T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >::dummyBinCount(), mul(), and sub().

void T_I_Histo_2D::div double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 149 of file T_I_Histo_2D.h.

References T_I_Histo::div_().

void T_I_Histo_2D::div const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 124 of file T_I_Histo_2D.h.

References T_I_Histo::div_().

Ref_Like_Current T_I_Histo_2D::div const Ref_Like_Current &    other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 111 of file T_I_Histo_2D.h.

References dim(), T_I_Histo::div1_(), H_T__REF(), HTL_ERR, and R_CAST.

T_I_Histo_2D::H_IID_IMPLEMENT T_I_Histo_2D   
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

typedef T_I_Histo_2D::H_T__REF I_Histo_2D   
 

Reimplemented from T_I_Histo.

Referenced by add(), binomial_div(), clone(), div(), mul(), and sub().

void T_I_Histo_2D::mul double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 147 of file T_I_Histo_2D.h.

References T_I_Histo::mul_().

void T_I_Histo_2D::mul const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 107 of file T_I_Histo_2D.h.

References T_I_Histo::mul_().

Ref_Like_Current T_I_Histo_2D::mul const Ref_Like_Current &    other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 94 of file T_I_Histo_2D.h.

References dim(), H_T__REF(), HTL_ERR, T_I_Histo::mul1_(), and R_CAST.

void T_I_Histo_2D::sub double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 145 of file T_I_Histo_2D.h.

References T_I_Histo::sub_().

void T_I_Histo_2D::sub const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 90 of file T_I_Histo_2D.h.

References T_I_Histo::sub_().

Ref_Like_Current T_I_Histo_2D::sub const Ref_Like_Current &    other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, T_Histo2D, T_Histo2DF, T_Histo2DVar, T_ProfileHisto2D, T_ProfileHisto2DVar, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, T_Histo_2D< T_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, T_Histo_2D< T_Lifetime< Profile_Bin >, Profile_Bin, double, T_Uneven_Partition, double, T_Uneven_Partition >, and T_Histo_2D< T_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >.

Definition at line 77 of file T_I_Histo_2D.h.

References dim(), H_T__REF(), HTL_ERR, R_CAST, and T_I_Histo::sub1_().


The documentation for this class was generated from the following file:

Anaphe documentation generated by Doxygen (www.doxygen.org)