Public Member Functions | List of all members
lar_cluster3d::Hit2DSetCompare Struct Reference

What follows are several highly useful typedefs which we want to expose to the outside world. More...

#include <DBScanAlg_DUNE35t.h>

Public Member Functions

bool operator() (const reco::ClusterHit2D *, const reco::ClusterHit2D *) const
 
bool operator() (const reco::ClusterHit2D *, const reco::ClusterHit2D *) const
 
bool operator() (const reco::ClusterHit2D *, const reco::ClusterHit2D *) const
 

Detailed Description

What follows are several highly useful typedefs which we want to expose to the outside world.

Definition at line 69 of file DBScanAlg_DUNE35t.h.

Member Function Documentation

bool lar_cluster3d::Hit2DSetCompare::operator() ( const reco::ClusterHit2D ,
const reco::ClusterHit2D  
) const
bool lar_cluster3d::Hit2DSetCompare::operator() ( const reco::ClusterHit2D ,
const reco::ClusterHit2D  
) const
bool lar_cluster3d::Hit2DSetCompare::operator() ( const reco::ClusterHit2D left,
const reco::ClusterHit2D right 
) const

Definition at line 1529 of file SnippetHit3DBuilder_tool.cc.

1530 {
1531  return left->getHit()->PeakTime() < right->getHit()->PeakTime();
1532 }
const recob::Hit * getHit() const
Definition: Cluster3D.h:78
float PeakTime() const
Time of the signal peak, in tick units.
Definition: Hit.h:218

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