Go to the source code of this file.
|
| | basiclibs () |
| |
| gSystem | Load ("libGeoBase") |
| |
| gSystem | Load ("libParBase") |
| |
| gSystem | Load ("libBase") |
| |
| gSystem | Load ("libField") |
| |
| gSystem | Load ("libGen") |
| |
| gSystem | Load ("libPassive") |
| |
| gSystem | Load ("libPndData") |
| |
|
| TFile * | file = new TFile("teststation.root") |
| |
| TGeoManager * | geoMan = new TGeoManager() |
| |
| TGeoVolume * | topvol = (TGeoVolume*)file->Get("top") |
| |
| gSystem Load |
( |
"libGeoBase" |
| ) |
|
| gSystem Load |
( |
"libParBase" |
| ) |
|
| gSystem Load |
( |
"libBase" |
| ) |
|
| gSystem Load |
( |
"libField" |
| ) |
|
| gSystem Load |
( |
"libGen" |
| ) |
|
| gSystem Load |
( |
"libPassive" |
| ) |
|
| gSystem Load |
( |
"libPndData" |
| ) |
|
| TFile* file = new TFile("teststation.root") |
| TGeoManager* geoMan = new TGeoManager() |
| TGeoVolume* topvol = (TGeoVolume*)file->Get("top") |