Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "axes"
|
||||
#include "../eqT"
|
||||
//#include "../vmanip" //vequ
|
||||
|
||||
namespace tools {
|
||||
namespace histo {
|
||||
@@ -122,7 +121,6 @@ public:
|
||||
if(m_dimension!=a_from.m_dimension) return false;
|
||||
if(m_bin_number!=a_from.m_bin_number) return false;
|
||||
if(m_bin_entries!=a_from.m_bin_entries) return false;
|
||||
//if(!vequ(m_bin_entries,a_from.m_bin_entries)) return false;
|
||||
if(!vectors_are_equal(m_bin_Sw,a_from.m_bin_Sw,a_prec,a_fabs)) return false;
|
||||
if(!vectors_are_equal(m_bin_Sw2,a_from.m_bin_Sw2,a_prec,a_fabs)) return false;
|
||||
if(!vecvecs_are_equal(m_bin_Sxw,a_from.m_bin_Sxw,a_prec,a_fabs)) return false;
|
||||
@@ -147,22 +145,15 @@ public:
|
||||
if(m_title!=a_from.m_title) return false;
|
||||
if(m_dimension!=a_from.m_dimension) return false;
|
||||
if(m_bin_number!=a_from.m_bin_number) return false;
|
||||
//if(m_bin_entries!=a_from.m_bin_entries) return false;
|
||||
if(!vectors_are_equal(m_bin_Sw,a_from.m_bin_Sw,a_prec,a_fabs)) return false;
|
||||
if(a_cmp_bin_Sw2) if(!vectors_are_equal(m_bin_Sw2,a_from.m_bin_Sw2,a_prec,a_fabs)) return false;
|
||||
//if(!vecvecs_are_equal(m_bin_Sxw,a_from.m_bin_Sxw,a_prec,a_fabs)) return false;
|
||||
//if(!vecvecs_are_equal(m_bin_Sx2w,a_from.m_bin_Sx2w,a_prec,a_fabs)) return false;
|
||||
if(m_axes!=a_from.m_axes) return false;
|
||||
if(!vectors_are_equal(m_in_range_plane_Sxyw,a_from.m_in_range_plane_Sxyw,a_prec,a_fabs)) return false;
|
||||
//if(m_annotations!=a_from.m_annotations) return false;
|
||||
|
||||
if(m_all_entries!=a_from.m_all_entries) return false;
|
||||
//if(m_in_range_entries!=a_from.m_in_range_entries) return false;
|
||||
|
||||
if(!numbers_are_equal(m_in_range_Sw,a_from.m_in_range_Sw,a_prec,a_fabs)) return false;
|
||||
if(!numbers_are_equal(m_in_range_Sw2,a_from.m_in_range_Sw2,a_prec,a_fabs)) return false;
|
||||
//if(!vectors_are_equal(m_in_range_Sxw,a_from.m_in_range_Sxw,a_prec,a_fabs)) return false;
|
||||
//if(!vectors_are_equal(m_in_range_Sx2w,a_from.m_in_range_Sx2w,a_prec,a_fabs)) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user