LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
TrajClusterAlg.cxx File Reference

Go to the source code of this file.

Classes

struct  SortEntry
 

Namespaces

 tca
 

Functions

bool valDecreasing (SortEntry c1, SortEntry c2)
 
bool valIncreasing (SortEntry c1, SortEntry c2)
 

Function Documentation

bool valDecreasing ( SortEntry  c1,
SortEntry  c2 
)

Definition at line 30 of file TrajClusterAlg.cxx.

References SortEntry::val.

30 { return (c1.val > c2.val);}
float val
Definition: Utils.cxx:8
bool valIncreasing ( SortEntry  c1,
SortEntry  c2 
)

Definition at line 31 of file TrajClusterAlg.cxx.

References SortEntry::val.

31 { return (c1.val < c2.val);}
float val
Definition: Utils.cxx:8