Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:18:01

0001 /*!
0002  * \file TrackEvaluationContainerv1.cc
0003  * \author Hugo Pereira Da Costa <hugo.pereira-da-costa@cea.fr>
0004  */
0005 
0006 #include "TrackEvaluationContainerv1.h"
0007 
0008 //_____________________________________________________________________
0009 void TrackEvaluationContainerv1::Reset()
0010 {
0011   m_events.clear();
0012   m_clusters.clear();
0013   m_tracks.clear();
0014 }