OverSim
StrategyRemoveInaccurate.cc File Reference

Go to the source code of this file.

Functions

bool compareCoordsByErrorVector (const std::vector< double > &va, const std::vector< double > &vb)
 .c

Function Documentation

bool compareCoordsByErrorVector ( const std::vector< double > &  va,
const std::vector< double > &  vb 
)

.c

Author
Daniel Lienert

Definition at line 25 of file StrategyRemoveInaccurate.cc.

Referenced by StrategyRemoveInaccurate::removeCoordinates().

{
return (va.at(va.size()-1) < vb.at(vb.size()-1));
}