//----------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Implementation of class TpcSignalAge // see TpcSignalAge.h for details // // Environment: // Software developed for the PANDA Detector at FAIR. // // Author List: // Sebastian Neubert TUM (original author) // // //----------------------------------------------------------- // This Class' Header ------------------ #include "TpcSignalAge.h" #include "TpcSignal.h" bool TpcSignalAge::operator()(TpcSignal* s1, TpcSignal* s2) { return s1->t()t(); }