Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

P_I_Histo Class Reference

Inheritance diagram for P_I_Histo:

P_I_Histo_1D P_I_Histo_2D P_I_Histo_3D P_Histo_1D< T_Life, T_Bin, T_Partition > P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition > P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition > P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition > P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition > P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition > P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition > P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y > P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition > P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition > P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition > P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition > P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition > P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z > P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition > P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition > List of all members.

Public Types

typedef P_I_Histo Like_Current
 Convenience typedef to current type.


Public Methods

 H_IID_IMPLEMENT (P_I_Histo)
 Very simple RTTI feature.

typedef H_P__REF (I_Histo) Ref_Like_Current
 Convenience typedef to reference to current type.

virtual void set_name (const char *a_name)=0
 Attach a name a_name to this histogram.

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

Ref_Like_Current clone (H_P_CLUSTER1(a_place), int copy_data=1)
 Clone with a clustering directive.

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)
 Substract other histo to this 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 this 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 this histo by other histo and return a handle to this histo.

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

Ref_Like_Current binomial_div (const Ref_Like_Current &other)
 Binomial division.

void binomial_div (const I_Histo &other)
 Binomial division.

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

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

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

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


Protected Methods

 P_I_Histo ()
virtual ~P_I_Histo ()
 Virtual destructor.

virtual P_REF_I_Histo clone_ (int copy_data=1)=0
virtual P_REF_I_Histo clone_ (H_P_CLUSTER1(a_place), int copy_data=1)=0
virtual void add_ (const I_Histo &other)=0
virtual P_REF_I_Histo add1_ (const I_Histo &other)=0
virtual void sub_ (const I_Histo &other)=0
virtual P_REF_I_Histo sub1_ (const I_Histo &other)=0
virtual void mul_ (const I_Histo &other)=0
virtual P_REF_I_Histo mul1_ (const I_Histo &other)=0
virtual void div_ (const I_Histo &other)=0
virtual P_REF_I_Histo div1_ (const I_Histo &other)=0
virtual void binomial_div_ (const I_Histo &other)=0
virtual P_REF_I_Histo binomial_div1_ (const I_Histo &other)=0
virtual void add_ (double x)=0
virtual void sub_ (double x)=0
virtual void mul_ (double x)=0
virtual void div_ (double x)=0

Member Typedef Documentation

typedef P_I_Histo P_I_Histo::Like_Current
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 35 of file P_I_Histo.ddl.


Constructor & Destructor Documentation

P_I_Histo::P_I_Histo   [inline, protected]
 

Definition at line 39 of file P_I_Histo.ddl.

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

Definition at line 41 of file P_I_Histo.ddl.


Member Function Documentation

void P_I_Histo::add double    x [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 101 of file P_I_Histo.ddl.

References add_().

void P_I_Histo::add const I_Histo   other [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 67 of file P_I_Histo.ddl.

References add_().

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

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 63 of file P_I_Histo.ddl.

References add1_().

virtual P_REF_I_Histo P_I_Histo::add1_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::add(), P_I_Histo_2D::add(), P_I_Histo_1D::add(), and add().

virtual void P_I_Histo::add_ double    x [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

virtual void P_I_Histo::add_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::add(), P_I_Histo_2D::add(), P_I_Histo_1D::add(), and add().

void P_I_Histo::binomial_div const I_Histo   other [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 98 of file P_I_Histo.ddl.

References binomial_div_().

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

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 94 of file P_I_Histo.ddl.

References binomial_div1_().

virtual P_REF_I_Histo P_I_Histo::binomial_div1_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::binomial_div(), P_I_Histo_2D::binomial_div(), P_I_Histo_1D::binomial_div(), and binomial_div().

virtual void P_I_Histo::binomial_div_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::binomial_div(), P_I_Histo_2D::binomial_div(), P_I_Histo_1D::binomial_div(), and binomial_div().

Ref_Like_Current P_I_Histo::clone H_P_CLUSTER1(a_place)   ,
int    copy_data = 1
[inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 54 of file P_I_Histo.ddl.

References clone_().

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

Data is also copied when copy_data is not 0 (which is the default behavior). The allocation is done in the same container (if possible) when in persistent case.

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 51 of file P_I_Histo.ddl.

References clone_().

virtual P_REF_I_Histo P_I_Histo::clone_ H_P_CLUSTER1(a_place)   ,
int    copy_data = 1
[protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

virtual P_REF_I_Histo P_I_Histo::clone_ int    copy_data = 1 [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::clone(), P_I_Histo_2D::clone(), P_I_Histo_1D::clone(), and clone().

void P_I_Histo::div double    x [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 107 of file P_I_Histo.ddl.

References div_().

void P_I_Histo::div const I_Histo   other [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 91 of file P_I_Histo.ddl.

References div_().

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

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 87 of file P_I_Histo.ddl.

References div1_().

virtual P_REF_I_Histo P_I_Histo::div1_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::div(), P_I_Histo_2D::div(), P_I_Histo_1D::div(), and div().

virtual void P_I_Histo::div_ double    x [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

virtual void P_I_Histo::div_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::div(), P_I_Histo_2D::div(), P_I_Histo_1D::div(), and div().

P_I_Histo::H_IID_IMPLEMENT P_I_Histo   
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

typedef P_I_Histo::H_P__REF I_Histo   
 

Reimplemented in P_I_Histo_1D, P_I_Histo_2D, and P_I_Histo_3D.

void P_I_Histo::mul double    x [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 105 of file P_I_Histo.ddl.

References mul_().

void P_I_Histo::mul const I_Histo   other [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 83 of file P_I_Histo.ddl.

References mul_().

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

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 79 of file P_I_Histo.ddl.

References mul1_().

virtual P_REF_I_Histo P_I_Histo::mul1_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::mul(), P_I_Histo_2D::mul(), P_I_Histo_1D::mul(), and mul().

virtual void P_I_Histo::mul_ double    x [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

virtual void P_I_Histo::mul_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::mul(), P_I_Histo_2D::mul(), P_I_Histo_1D::mul(), and mul().

virtual void P_I_Histo::set_name const char *    a_name [pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

void P_I_Histo::sub double    x [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 103 of file P_I_Histo.ddl.

References sub_().

void P_I_Histo::sub const I_Histo   other [inline]
 

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 75 of file P_I_Histo.ddl.

References sub_().

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

Reimplemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo1D, P_Histo1DVar, P_ProfileHisto1D, P_ProfileHisto1DVar, P_Histo1D_FTS, P_Histo1DVar_FTS, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, P_Histo3D, P_Histo3DVar, P_I_Histo_1D, P_I_Histo_2D, P_I_Histo_3D, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Definition at line 71 of file P_I_Histo.ddl.

References sub1_().

virtual P_REF_I_Histo P_I_Histo::sub1_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::sub(), P_I_Histo_2D::sub(), P_I_Histo_1D::sub(), and sub().

virtual void P_I_Histo::sub_ double    x [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

virtual void P_I_Histo::sub_ const I_Histo   other [protected, pure virtual]
 

Implemented in P_Histo_1D< T_Life, T_Bin, T_Partition >, P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo_3D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y, T_Point_Z, T_Partition_Z >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, Even_Partition >, P_Histo_1D< P_Lifetime< Gravity_Bin_1D >, Gravity_Bin_1D, Even_Partition >, P_Histo_1D< P_Lifetime< Weighted_Bin >, Weighted_Bin, P_Uneven_Partition >, P_Histo_1D< P_Lifetime< Profile_Bin >, Profile_Bin, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Float_Weighted_Bin >, Float_Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_2D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition >, P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >, P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition, double, P_Uneven_Partition >, and P_Histo_3D< P_Lifetime< Weighted_Bin >, Weighted_Bin, double, Even_Partition, double, Even_Partition, double, Even_Partition >.

Referenced by P_I_Histo_3D::sub(), P_I_Histo_2D::sub(), P_I_Histo_1D::sub(), and sub().


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

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