LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_cluster3d::Hit2DSetCompare Struct Reference

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

Public Member Functions

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 44 of file StandardHit3DBuilder_tool.cc.

Member Function Documentation

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

Definition at line 1155 of file StandardHit3DBuilder_tool.cc.

References reco::ClusterHit2D::getHit(), and recob::Hit::PeakTime().

1156 {
1157  return left->getHit().PeakTime() < right->getHit().PeakTime();
1158 }
const recob::Hit & getHit() const
Definition: Cluster3D.h:73
float PeakTime() const
Time of the signal peak, in tick units.
Definition: Hit.h:219

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