Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

T_I_Histo_1D Class Reference

#include <T_I_Histo_1D.h>

Inheritance diagram for T_I_Histo_1D:

T_I_Histo T_Histo_1D< T_Life, T_Bin, T_Partition > T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition > T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition > T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition > T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition > T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition > T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition > T_Histo1D T_Histo1DVar T_ProfileHisto1D T_ProfileHisto1DVar T_Histo1D_FTS T_Histo1DVar_FTS List of all members.

Public Types

typedef T_I_Histo_1D Like_Current
 Convenience typedef to current type.


Public Methods

 H_IID_IMPLEMENT (T_I_Histo_1D)
 Very simple RTTI feature.

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

virtual Size extra_bin_count () const
 Number of extra bins.

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

virtual int version () const
 Histogram version.

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 current 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 from 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 other histo by current 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_1D ()
virtual ~T_I_Histo_1D ()
 Virtual destructor.


Member Typedef Documentation

typedef T_I_Histo_1D T_I_Histo_1D::Like_Current
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 26 of file T_I_Histo_1D.h.


Constructor & Destructor Documentation

T_I_Histo_1D::T_I_Histo_1D   [inline, protected]
 

Definition at line 29 of file T_I_Histo_1D.h.

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

Definition at line 31 of file T_I_Histo_1D.h.


Member Function Documentation

void T_I_Histo_1D::add double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 144 of file T_I_Histo_1D.h.

References T_I_Histo::add_().

void T_I_Histo_1D::add const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 74 of file T_I_Histo_1D.h.

References T_I_Histo::add_().

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 61 of file T_I_Histo_1D.h.

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

void T_I_Histo_1D::binomial_div const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 142 of file T_I_Histo_1D.h.

References T_I_Histo::binomial_div_().

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 129 of file T_I_Histo_1D.h.

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

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 52 of file T_I_Histo_1D.h.

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

Ref_Like_Current T_I_Histo_1D::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_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 45 of file T_I_Histo_1D.h.

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

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

Definition at line 38 of file T_I_Histo_1D.h.

References Size.

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

void T_I_Histo_1D::div double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 150 of file T_I_Histo_1D.h.

References T_I_Histo::div_().

void T_I_Histo_1D::div const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 125 of file T_I_Histo_1D.h.

References T_I_Histo::div_().

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 112 of file T_I_Histo_1D.h.

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

virtual Size T_I_Histo_1D::extra_bin_count   const [inline, virtual]
 

For a 1D histo, it worths 3: H_UNDERFLOW H_IN_RANGE H_OVERFLOW. Note: H_IN_RANGE is not used.

Definition at line 36 of file T_I_Histo_1D.h.

References Size.

Referenced by T_Histo1DVar_FTS::add(), T_Histo1D_FTS::add(), T_ProfileHisto1DVar::add(), T_ProfileHisto1D::add(), T_Histo1DVar::add(), T_Histo1D::add(), T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::add(), T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::binomial_div(), T_Histo1DVar_FTS::div(), T_Histo1D_FTS::div(), T_ProfileHisto1DVar::div(), T_ProfileHisto1D::div(), T_Histo1DVar::div(), T_Histo1D::div(), T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::div(), T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::i_bin(), T_Histo1DVar_FTS::mul(), T_Histo1D_FTS::mul(), T_ProfileHisto1DVar::mul(), T_ProfileHisto1D::mul(), T_Histo1DVar::mul(), T_Histo1D::mul(), T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::mul(), T_Histo1DVar_FTS::sub(), T_Histo1D_FTS::sub(), T_ProfileHisto1DVar::sub(), T_ProfileHisto1D::sub(), T_Histo1DVar::sub(), T_Histo1D::sub(), and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >::sub().

T_I_Histo_1D::H_IID_IMPLEMENT T_I_Histo_1D   
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

typedef T_I_Histo_1D::H_T__REF I_Histo_1D   
 

Reimplemented from T_I_Histo.

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

void T_I_Histo_1D::mul double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 148 of file T_I_Histo_1D.h.

References T_I_Histo::mul_().

void T_I_Histo_1D::mul const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 108 of file T_I_Histo_1D.h.

References T_I_Histo::mul_().

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 95 of file T_I_Histo_1D.h.

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

void T_I_Histo_1D::sub double    x [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 146 of file T_I_Histo_1D.h.

References T_I_Histo::sub_().

void T_I_Histo_1D::sub const I_Histo   other [inline]
 

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 91 of file T_I_Histo_1D.h.

References T_I_Histo::sub_().

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

Reimplemented from T_I_Histo.

Reimplemented in T_Histo_1D< T_Life, T_Bin, T_Partition >, T_Histo1D, T_Histo1DVar, T_ProfileHisto1D, T_ProfileHisto1DVar, T_Histo1D_FTS, T_Histo1DVar_FTS, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, T_Histo_1D< T_Lifetime< Profile_Bin >, Profile_Bin, T_Uneven_Partition >, T_Histo_1D< T_Lifetime< Weighted_Bin >, Weighted_Bin, T_Uneven_Partition >, and T_Histo_1D< T_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, T_Uneven_Partition >.

Definition at line 78 of file T_I_Histo_1D.h.

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

virtual int T_I_Histo_1D::version   const [inline, virtual]
 

Definition at line 40 of file T_I_Histo_1D.h.


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

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