Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:14:01

0001 #include "Analysis.hh"
0002 
0003 int streaming_timing( bool is_preliminary=false )
0004 {
0005 
0006   string data_no_suffix = "./results/InttStreamingTiming_run00050889";
0007   Analysis* ana = new Analysis( data_no_suffix, is_preliminary );
0008   ana->Draw();
0009   
0010   return 0;
0011 }