LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
hit::SignalSetComp Struct Reference

#include "RFFHitFitter.h"

Public Member Functions

bool operator() (const std::pair< float, float > &lhs, const std::pair< float, float > &rhs) const
 

Detailed Description

Definition at line 25 of file RFFHitFitter.h.

Member Function Documentation

bool hit::SignalSetComp::operator() ( const std::pair< float, float > &  lhs,
const std::pair< float, float > &  rhs 
) const
inline

Definition at line 26 of file RFFHitFitter.h.

27  {
28  return lhs.first < rhs.first;
29  }

The documentation for this struct was generated from the following file: