Go to the source code of this file.
|  | 
| gSystem | SetDynamicPath (libs.Data()) | 
|  | 
| gSystem | Load ("libGpad") | 
|  | 
| gSystem | Load ("libPhysics") | 
|  | 
| gSystem | Load ("libMatrix") | 
|  | 
| gSystem | Load ("libHist") | 
|  | 
| gSystem | Load ("libGraf") | 
|  | 
| gSystem | Load ("libTree") | 
|  | 
| gSystem | Load ("libRIO") | 
|  | 
| gSystem | Load ("libXMLIO") | 
|  | 
| gSystem | Load ("libMinuit") | 
|  | 
| gSystem | Load ("libMathMore") | 
|  | 
| gSystem | Load ("libG4global.so") | 
|  | 
| gSystem | Load ("libWCSimRoot.so") | 
|  | 
|  | 
| TString | libswc = gSystem->Getenv("WCSIM_BUILD_DIR/lib") | 
|  | 
| TString | libsg4 = gSystem->Getenv("GEANT4_BASE_DIR/install/lib") | 
|  | 
| TString | libs = libs0 + ":" + libswc + ":" + libsg4 + ":/usr/lib:/usr/local/lib:/opt/lib:/opt/local/lib" | 
|  | 
◆ Load() [1/12]
      
        
          | gSystem Load | ( | "libGpad" |  | ) |  | 
      
 
 
◆ Load() [2/12]
      
        
          | gSystem Load | ( | "libPhysics" |  | ) |  | 
      
 
 
◆ Load() [3/12]
      
        
          | gSystem Load | ( | "libMatrix" |  | ) |  | 
      
 
 
◆ Load() [4/12]
      
        
          | gSystem Load | ( | "libHist" |  | ) |  | 
      
 
 
◆ Load() [5/12]
      
        
          | gSystem Load | ( | "libGraf" |  | ) |  | 
      
 
 
◆ Load() [6/12]
      
        
          | gSystem Load | ( | "libTree" |  | ) |  | 
      
 
 
◆ Load() [7/12]
      
        
          | gSystem Load | ( | "libRIO" |  | ) |  | 
      
 
 
◆ Load() [8/12]
      
        
          | gSystem Load | ( | "libXMLIO" |  | ) |  | 
      
 
 
◆ Load() [9/12]
      
        
          | gSystem Load | ( | "libMinuit" |  | ) |  | 
      
 
 
◆ Load() [10/12]
      
        
          | gSystem Load | ( | "libMathMore" |  | ) |  | 
      
 
 
◆ Load() [11/12]
      
        
          | gSystem Load | ( | "libG4global.so" |  | ) |  | 
      
 
 
◆ Load() [12/12]
      
        
          | gSystem Load | ( | "libWCSimRoot.so" |  | ) |  | 
      
 
 
◆ SetDynamicPath()
      
        
          | gSystem SetDynamicPath | ( | libs. | Data() | ) |  | 
      
 
 
◆ libs
      
        
          | TString libs = libs0 + ":" + libswc + ":" + libsg4 + ":/usr/lib:/usr/local/lib:/opt/lib:/opt/local/lib" | 
      
 
 
◆ libsg4
      
        
          | TString libsg4 = gSystem->Getenv("GEANT4_BASE_DIR/install/lib") | 
      
 
 
◆ libswc
      
        
          | TString libswc = gSystem->Getenv("WCSIM_BUILD_DIR/lib") |