Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-07-16 08:12:45

0001 #ifndef LOADDATA_H
0002 #define LOADDATA_H
0003 
0004 #include <string>
0005 
0006 void LoadData(string filename);
0007 void GetEvent(int i);
0008 
0009 #endif
0010