Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:20:34

0001 //#ifdef __cline__
0002 #include "mvtxOM.h"
0003 //R__LOAD_LIBRARY(libpmonitor)
0004 R__LOAD_LIBRARY(libmvtxOM)
0005 //#endif
0006 
0007 void mvtxBeamTestRunScan(const char *inputFile)
0008 {
0009   pfileopen(inputFile);
0010   //OM();
0011   //rcdaqopen();
0012   //pstatus();
0013   //pstart();
0014   prun();
0015   OM();
0016   //sleep(15);
0017   print_canvas();
0018   get_alignment();
0019   exit(0);
0020 }