Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mvtxBeamTestRunScan.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file mvtxBeamTestRunScan.C
1 //#ifdef __cline__
2 #include "mvtxOM.h"
3 //R__LOAD_LIBRARY(libpmonitor)
4 R__LOAD_LIBRARY(libmvtxOM)
5 //#endif
6 
7 void mvtxBeamTestRunScan(const char *inputFile)
8 {
9  pfileopen(inputFile);
10  //OM();
11  //rcdaqopen();
12  //pstatus();
13  //pstart();
14  prun();
15  OM();
16  //sleep(15);
17  print_canvas();
18  get_alignment();
19  exit(0);
20 }