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

#include <FitAmpPair.h>

Public Member Functions

bool operator() (const FitAmpPair *a, const FitAmpPair *b) const
 

Detailed Description

Definition at line 197 of file FitAmpPair.h.

Member Function Documentation

◆ operator()()

bool lessByFitAmpPairIntegral_ptr::operator() ( const FitAmpPair a,
const FitAmpPair b 
) const

Definition at line 643 of file FitAmpPair.cpp.

643  {
644 
645  if(0 == a && 0==b) return false;
646  if(0 == a && 0!=b) return true;
647  if(0 !=a && 0==b) return false;
648  return a->integral() < b->integral();
649 }
double integral() const
Definition: FitAmpPair.cpp:476

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