Skip to content
Snippets Groups Projects
Commit 1bf7cab9 authored by Administrator's avatar Administrator
Browse files

Define proper gconfig directory

parent 45cf6444
No related branches found
No related tags found
1 merge request!125New tof geometry
......@@ -20,6 +20,11 @@ void make_geofile(TString stofGeom = "tof_v16a_1e") {
TString outFile = outDir + "/auaumbias." + stofGeom + ".mc.root";
TString parFile = outDir + "/auaumbias." + stofGeom + ".params.root";
// configuration
TString tut_configdir = inDir + "/sim/transport/gconfig";
gSystem->Setenv("CONFIG_DIR", tut_configdir.Data());
// ----- Geometries -----------------------------------------------------
TString caveGeom = "cave.geo";
//TString targetGeom = "target_au_250mu.geo";
......
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