CMS 3D CMS Logo

Public Member Functions

sortByTof Struct Reference

List of all members.

Public Member Functions

bool operator() (const PSimHit &a, const PSimHit &b) const

Detailed Description

Definition at line 49 of file PlotSimTracks.cc.


Member Function Documentation

bool sortByTof::operator() ( const PSimHit a,
const PSimHit b 
) const [inline]

Definition at line 51 of file PlotSimTracks.cc.

References PSimHit::tof().

  {
    return (a.tof() < b.tof());
  }