#include <DataVector.h>
◆ CompareAndPrint() [1/3]
| detail::CompareAndPrint::CompareAndPrint |
( |
bool | quiet | ) |
|
|
inline |
◆ CompareAndPrint() [2/3]
| detail::CompareAndPrint::CompareAndPrint |
( |
bool | quiet | ) |
|
|
inline |
◆ CompareAndPrint() [3/3]
| detail::CompareAndPrint::CompareAndPrint |
( |
bool | quiet | ) |
|
|
inline |
◆ operator()() [1/3]
template<typename Element>
| bool detail::CompareAndPrint::operator() |
( |
Element * | f, |
|
|
Element * | s ) const |
|
inline |
Definition at line 36 of file Event/GeneratorObject/include/DataModel/DataVector.h.
36 {
38 if ( !m_quiet && areEq &&
f != 0 )
39 {
40 std::cout << "WARNING: duplicated pointer found in a DataVector of "
41 << System::typeinfoName(
typeid( *
f ) ) <<
" owning its elements! "
42 << std::hex <<
f << std::dec << std::endl;
43 }
44 return areEq;
45 }
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
◆ operator()() [2/3]
template<typename Element>
| bool detail::CompareAndPrint::operator() |
( |
Element * | f, |
|
|
Element * | s ) const |
|
inline |
Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/DataModel/DataVector.h.
36 {
38 if ( !m_quiet && areEq &&
f != 0 )
39 {
40 std::cout << "WARNING: duplicated pointer found in a DataVector of "
41 << System::typeinfoName(
typeid( *
f ) ) <<
" owning its elements! "
42 << std::hex <<
f << std::dec << std::endl;
43 }
44 return areEq;
45 }
◆ operator()() [3/3]
template<typename Element>
| bool detail::CompareAndPrint::operator() |
( |
Element * | f, |
|
|
Element * | s ) const |
|
inline |
Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/DataModel/DataVector.h.
36 {
38 if ( !m_quiet && areEq &&
f != 0 )
39 {
40 std::cout << "WARNING: duplicated pointer found in a DataVector of "
41 << System::typeinfoName(
typeid( *
f ) ) <<
" owning its elements! "
42 << std::hex <<
f << std::dec << std::endl;
43 }
44 return areEq;
45 }
The documentation for this class was generated from the following files: