Public Member Functions | List of all members
recob::OpFlashPtrSortByPE_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 17 of file OpFlashSort.h.

Member Function Documentation

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

Definition at line 18 of file OpFlashSort.h.

18 { return i->TotalPE() > j->TotalPE(); }
double TotalPE() const
Definition: OpFlash.cxx:68

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