Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:57

0001 #include <sPhenixStyle.C>
0002 #include "analysis_tracking.hh"
0003 #include "Analysis.hh"
0004 
0005 int run_this( int run = 50889, int fphx_bco=-1, bool is_preliminary=false )
0006 {
0007 
0008   SetsPhenixStyle();
0009   Analysis* ana = new Analysis( run , fphx_bco, true, false, is_preliminary );
0010   //ana->SetDebugMode( true );
0011   ana->SetPageNumLimit( 9999999 );
0012   ana->Begin();
0013 
0014   return 0;
0015 }