#include <AmpPair.h>
Definition at line 122 of file AmpPair.h.
◆ operator()()
bool lessByAmpPairIntegral_ptr::operator() |
( |
const AmpPair * |
a, |
|
|
const AmpPair * |
b |
|
) |
| const |
Definition at line 502 of file AmpPair.cpp.
504 if(0 == a && 0==b)
return false;
505 if(0 == a && 0!=b)
return true;
506 if(0 !=a && 0==b)
return false;
std::complex< double > integral() const
The documentation for this class was generated from the following files: