Public Member Functions | List of all members
recob::OpFlashPtrSortByTime_t Struct Reference

#include <OpFlashSort.h>

Public Member Functions

bool operator() (const art::Ptr< recob::OpFlash > i, const art::Ptr< recob::OpFlash > j)
 

Detailed Description

Definition at line 12 of file OpFlashSort.h.

Member Function Documentation

bool recob::OpFlashPtrSortByTime_t::operator() ( const art::Ptr< recob::OpFlash i,
const art::Ptr< recob::OpFlash j 
)
inline

Definition at line 13 of file OpFlashSort.h.

13 { return i->Time() < j->Time(); }
double Time() const
Definition: OpFlash.h:106

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