StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTrackPing.cc
1 //
2 // $Id: StTrackPing.cc,v 1.2 2009/11/10 20:57:28 fisyak Exp $
3 //
4 #include "StTrackPing.hh"
5 bool compStTrackPing(StTrackPing& rhs, StTrackPing& lhs){
6  return rhs.mNPings<lhs.mNPings;
7 }