MINT2
Public Member Functions | List of all members
lessByAmpPairIntegral Class Reference

#include <AmpPair.h>

Public Member Functions

bool operator() (const AmpPair &a, const AmpPair &b) const
 

Detailed Description

Definition at line 117 of file AmpPair.h.

Member Function Documentation

◆ operator()()

bool lessByAmpPairIntegral::operator() ( const AmpPair a,
const AmpPair b 
) const

Definition at line 497 of file AmpPair.cpp.

498  {
499  return abs(a.integral()) < abs(b.integral());
500 }
std::complex< double > integral() const
Definition: AmpPair.cpp:396

The documentation for this class was generated from the following files: