CMS 3D CMS Logo

Public Member Functions

SortByTime Class Reference

List of all members.

Public Member Functions

bool operator() (const PSimHit &h1, const PSimHit &h2)

Detailed Description

Definition at line 18 of file SubsystemNeutronWriter.cc.


Member Function Documentation

bool SortByTime::operator() ( const PSimHit h1,
const PSimHit h2 
) [inline]

Definition at line 20 of file SubsystemNeutronWriter.cc.

References PSimHit::tof().

                                                          {
   return (h1.tof() < h2.tof());
  }