Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:18:11

0001 #include "TrackVertexCrossingAssoc.h"
0002 
0003 #include <TSystem.h>
0004 #include <iostream>
0005 
0006 void TrackVertexCrossingAssoc::Reset()
0007 {
0008   std::cout << "TrackVertexCrossingAssoc: Reset() not implemented by daughter class" << std::endl;
0009   gSystem->Exit(1);
0010 }