git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
In vmctest/gun:
[u/mrichter/AliRoot.git]
/
test
/
vmctest
/
gun
/
commonConfig.C
diff --git
a/test/vmctest/gun/commonConfig.C
b/test/vmctest/gun/commonConfig.C
index 95ff720f7a0123e9d772c3284d50149c8cf6c75e..f8a2607c4a651a4ad5e8ac19e40b42f5a091fa78 100644
(file)
--- a/
test/vmctest/gun/commonConfig.C
+++ b/
test/vmctest/gun/commonConfig.C
@@
-45,8
+45,7
@@
void commonConfig(Bool_t setRootGeometry = kFALSE)
// Set Root geometry file
if ( setRootGeometry ) {
- gAlice->SetRootGeometry();
- gAlice->SetGeometryFromFile("geometry.root");
+ AliSimulation::Instance()->SetGeometryFile("geometry.root");
}
AliRunLoader* rl