LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
tca::detail Namespace Reference

Classes

struct  SortEntry
 

Functions

bool valsDecreasing (const SortEntry &c1, const SortEntry &c2)
 
bool valsIncreasing (const SortEntry &c1, const SortEntry &c2)
 

Function Documentation

bool tca::detail::valsDecreasing ( const SortEntry c1,
const SortEntry c2 
)
bool tca::detail::valsIncreasing ( const SortEntry c1,
const SortEntry c2 
)

Definition at line 42 of file Utils.cxx.

References tca::detail::SortEntry::val.

Referenced by tca::FillmAllTraj(), tca::Find3DVertices(), tca::MergeSubShowers(), and tca::SortSection().

43 {
44  return c1.val < c2.val;
45 }
TCanvas * c1
Definition: plotHisto.C:7
TCanvas * c2
Definition: plot_hist.C:75