star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
load_libs.C
Go to the documentation of this file.
1 {
2  gROOT->Reset();
3  gROOT->Clear();
4 
5  // Note: It has not been checked that all the STAR libraries listed below are
6  // actually need to be loaded. For now we just use the list similar to the
7  // one in StRoot/StMuDSTMaker/COMMON/macros/loadSharedLibraries.C of STAR CVS
8  // repository
9  gSystem->Load("libStTableUtilities");
10  gSystem->Load("libTable");
11  gSystem->Load("libPhysics");
12  gSystem->Load("St_base");
13  gSystem->Load("StChain");
14  gSystem->Load("St_Tables");
15  gSystem->Load("StUtilities");
16  gSystem->Load("StTreeMaker");
17  gSystem->Load("StIOMaker");
18  gSystem->Load("StarClassLibrary");
19  gSystem->Load("StTriggerDataMaker");
20  gSystem->Load("StBichsel");
21  gSystem->Load("StEvent");
22  gSystem->Load("StEventUtilities");
23  gSystem->Load("StDbLib");
24  gSystem->Load("StEmcUtil");
25  gSystem->Load("StTofUtil");
26  gSystem->Load("StPmdUtil");
27  gSystem->Load("StPreEclMaker");
28  gSystem->Load("StStrangeMuDstMaker");
29  gSystem->Load("StMuDSTMaker");
30  gSystem->Load("libSti");
31 
32  gSystem->Load("$OPTSTAR/lib/libboost_filesystem");
33  gSystem->Load("$OPTSTAR/lib/libboost_program_options");
34  gSystem->Load("$OPTSTAR/lib/libboost_regex");
35 
36  gSystem->Load("libtravex");
37  gSystem->Load("libstar-vertex-eval");
38 }