|
g4tools
5.4.0
|


Public Types | |
| typedef std::vector< TV > | vs_t |
Public Types inherited from tools::histo::histo_data< TC, TO, TN, TW > | |
| typedef axis< TC, TO > | axis_t |
| typedef unsigned int | dim_t |
| typedef std::map< std::string, std::string > | annotations_t |
Public Member Functions | |
| profile_data () | |
| profile_data (const histo_data< TC, TO, TN, TW > &a_from) | |
| profile_data (const profile_data &a_from) | |
| profile_data & | operator= (const profile_data &a_from) |
| virtual | ~profile_data () |
| profile_data & | operator= (const histo_data< TC, TO, TN, TW > &a_from) |
Public Member Functions inherited from tools::histo::histo_data< TC, TO, TN, TW > | |
| histo_data () | |
| histo_data (const histo_data &a_from) | |
| histo_data & | operator= (const histo_data &a_from) |
| virtual | ~histo_data () |
| void | update_fast_getters () |
| bool | equals (const histo_data &a_from, const TW &a_prec, TW(*a_fabs)(TW)) const |
| bool | equals_TH (const histo_data &a_from, const TW &a_prec, TW(*a_fabs)(TW), bool a_cmp_bin_Sw2) const |
Public Attributes | |
| bool | m_is_profile |
| std::vector< TV > | m_bin_Svw |
| std::vector< TV > | m_bin_Sv2w |
| bool | m_cut_v |
| TV | m_min_v |
| TV | m_max_v |
Public Attributes inherited from tools::histo::histo_data< TC, TO, TN, TW > | |
| std::string | m_title |
| dim_t | m_dimension |
| TO | m_bin_number |
| std::vector< TN > | m_bin_entries |
| std::vector< TW > | m_bin_Sw |
| std::vector< TW > | m_bin_Sw2 |
| std::vector< std::vector< TC > > | m_bin_Sxw |
| std::vector< std::vector< TC > > | m_bin_Sx2w |
| std::vector< axis_t > | m_axes |
| std::vector< TC > | m_in_range_plane_Sxyw |
| std::map< std::string, std::string > | m_annotations |
| TN | m_all_entries |
| TN | m_in_range_entries |
| TW | m_in_range_Sw |
| TW | m_in_range_Sw2 |
| std::vector< TC > | m_in_range_Sxw |
| std::vector< TC > | m_in_range_Sx2w |
Additional Inherited Members | |
Protected Member Functions inherited from tools::histo::histo_data< TC, TO, TN, TW > | |
| void | reset_fast_getters () |
Definition at line 13 of file profile_data.
| typedef std::vector<TV> tools::histo::profile_data< TC, TO, TN, TW, TV >::vs_t |
Definition at line 16 of file profile_data.
|
inline |
Definition at line 18 of file profile_data.
|
inline |
Definition at line 26 of file profile_data.
|
inline |
Definition at line 35 of file profile_data.
|
inlinevirtual |
Definition at line 56 of file profile_data.
|
inline |
Definition at line 59 of file profile_data.
|
inline |
Definition at line 45 of file profile_data.
| std::vector<TV> tools::histo::profile_data< TC, TO, TN, TW, TV >::m_bin_Sv2w |
Definition at line 75 of file profile_data.
| std::vector<TV> tools::histo::profile_data< TC, TO, TN, TW, TV >::m_bin_Svw |
Definition at line 74 of file profile_data.
| bool tools::histo::profile_data< TC, TO, TN, TW, TV >::m_cut_v |
Definition at line 76 of file profile_data.
| bool tools::histo::profile_data< TC, TO, TN, TW, TV >::m_is_profile |
Definition at line 73 of file profile_data.
| TV tools::histo::profile_data< TC, TO, TN, TW, TV >::m_max_v |
Definition at line 78 of file profile_data.
| TV tools::histo::profile_data< TC, TO, TN, TW, TV >::m_min_v |
Definition at line 77 of file profile_data.