Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-01 07:06:25

0001 // Created by Dmitry Romanov
0002 // Subject to the terms in the LICENSE file found in the top-level directory.
0003 //
0004 
0005 int rec_single_tracks(const char* fname = "topside/rec_single_tracks.root");
0006 
0007 int main() {
0008     rec_single_tracks("/home/romanov/work/data/eicrecon_test/tracking_test_gun.ana.root");
0009     return 0;
0010 }