Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
run_om.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file run_om.C
1 #if !defined(__CINT__) || defined(__MAKECINT__) || defined(__CLING__)
2 
3 #include "mvtxOM.h"
4 
5 R__LOAD_LIBRARY(libmvtxOM)
6 
7 #endif
8 
9 void run_om()
10 {
11  gSystem->Load("libmvtxOM.so");
12  //set_verbose(1);
13  set_refresh(5000);
14  rcdaqopen();
15  OM();
16  pstart();
17  return;
18 }