#include <PFDisplacedVertexSeed.h>
Public Member Functions | |
bool | operator() (const TrackBaseRef &s1, const TrackBaseRef &s2) const |
A function necessary to use a set format to store the tracks Refs. The set is the most appropriate in that case to avoid the double counting of the tracks durring the build up procedure. The position of the tracks in the Collection is used as a classification parameter.
Definition at line 41 of file PFDisplacedVertexSeed.h.
bool reco::PFDisplacedVertexSeed::Compare::operator() | ( | const TrackBaseRef & | s1, |
const TrackBaseRef & | s2 | ||
) | const [inline] |
Definition at line 42 of file PFDisplacedVertexSeed.h.
References edm::RefToBase< T >::key().
{return s1.key() < s2.key();}