LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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.

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

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