LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
recob::OpFlashSortByTime Struct Reference

#include "OpFlash.h"

Public Member Functions

bool operator() (recob::OpFlash const &i, recob::OpFlash const &j) const
 

Detailed Description

Definition at line 192 of file OpFlash.h.

Member Function Documentation

bool recob::OpFlashSortByTime::operator() ( recob::OpFlash const &  i,
recob::OpFlash const &  j 
) const
inline

Definition at line 193 of file OpFlash.h.

References recob::OpFlash::Time().

194  {
195  return i.Time() < j.Time();
196  }

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