Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:10

0001 #include "ATrack.h"
0002 #include "ABlob.h"
0003 
0004 
0005 using namespace std;
0006 
0007 ATrack::ATrack( )
0008 {
0009   Slope = 0;
0010   Offset = 0;
0011 
0012 }
0013