Skip to content
Snippets Groups Projects
Commit d93136b2 authored by Andrei Gheata's avatar Andrei Gheata
Browse files

Upgraded ALICE geometry in the stressGeometry test

parent 08838ff5
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ const char *exps[NG] = {"aleph", ...@@ -106,7 +106,7 @@ const char *exps[NG] = {"aleph",
"star", "star",
"sld", "sld",
"cms", "cms",
"alice2", "alice3",
"babar2", "babar2",
"belle", "belle",
"atlas" "atlas"
...@@ -140,7 +140,7 @@ const Int_t versions[NG] = {4, //aleph ...@@ -140,7 +140,7 @@ const Int_t versions[NG] = {4, //aleph
3, //star 3, //star
3, //sld 3, //sld
3, //cms 3, //cms
3, //alice2 4, //alice3
3, //babar2 3, //babar2
3, //belle 3, //belle
4}; //atlas 4}; //atlas
...@@ -255,6 +255,7 @@ void stressGeometry(const char *exp="*", Bool_t generate_ref=kFALSE) { ...@@ -255,6 +255,7 @@ void stressGeometry(const char *exp="*", Bool_t generate_ref=kFALSE) {
gGeoManager = 0; gGeoManager = 0;
} }
TGeoManager::Import(Form("http://root.cern.ch/files/%s",fname.Data())); TGeoManager::Import(Form("http://root.cern.ch/files/%s",fname.Data()));
if (!gGeoManager) return;
fname = TString::Format("files/%s_ref_%d.root", exps[i],versions[i]); fname = TString::Format("files/%s_ref_%d.root", exps[i],versions[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment