![]() |
Reference Documentation |
Inheritance diagram for P_I_Histo_2D:
Public Types | |
typedef P_I_Histo_2D | Like_Current |
Convenience typedef to current type. | |
Public Methods | |
H_IID_IMPLEMENT (P_I_Histo_2D) | |
Very simple RTTI feature. | |
typedef | H_P__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_P_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 | |
P_I_Histo_2D () | |
virtual | ~P_I_Histo_2D () |
Virtual destructor. |
|
|
Definition at line 31 of file P_I_Histo_2D.ddl. |
|
Definition at line 33 of file P_I_Histo_2D.ddl. |
|
|
|
|
|
|
|
Data is also copied when copy_data is not 0 (which is the default behavior). Reimplemented from P_I_Histo. Reimplemented in P_Histo_2D< T_Life, T_Bin, T_Point_X, T_Partition_X, T_Point_Y, T_Partition_Y >, P_Histo2D, P_Histo2DF, P_Histo2DVar, P_ProfileHisto2D, P_ProfileHisto2DVar, 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 >, and P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >. Definition at line 42 of file P_I_Histo_2D.ddl. References P_I_Histo::clone_(), H_P__REF(), and R_CAST. |
|
Definition at line 36 of file P_I_Histo_2D.ddl. References Size. Referenced by add(), binomial_div(), div(), P_Histo_2D< P_Lifetime< Profile_Bin >, Profile_Bin, double, P_Uneven_Partition, double, P_Uneven_Partition >::dummyBinCount(), mul(), and sub(). |
|
|
|
|
|
Reimplemented from P_I_Histo. Referenced by add(), binomial_div(), clone(), div(), mul(), and sub(). |
|
|
|
|
|
|
Anaphe documentation generated by Doxygen (www.doxygen.org) |