GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » R3BRoot » Simulation Issues » Geo generation
Re: Geo generation [message #19432 is a reply to message #19431] Mon, 15 August 2016 15:45 Go to previous messageGo to previous message
Oleg is currently offline  Oleg
Messages: 19
Registered: August 2016
Location: GSI
occasional visitor
From: *gsi.de
The problem was the rootlogon.C script was not read and excute before the creation of the geometry.

So the generation of the new geometry works.
Additional problem - changing the line in r3bsim.C
from:

TMap detGeo;
detGeo.Add(new TObjString("ACTAR"), new TObjString("actar_arco2.geo.root"));

to:

TMap detGeo;
detGeo.Add(new TObjString("ACTAR"), new TObjString("actar_helium.geo.root"));

created an error:

root -l r3bsim.C
root [0]
Processing r3bsim.C...
RandomEngineRoot:
Generator type: TRandom3
Seed: 2979099621
[INFO ] Actar: geometry file actar_helium.geo.root not found in standard path
[FATAL ] [15.08.2016 15:35:45] We stop the execution of the process at this point.

both files - actar_arco2.geo.root and actar_helium.geo.root are in the same directory.

Oleg.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ion beam
Next Topic: PDG ID of light ions
Goto Forum:
  


Current Time: Fri Apr 19 20:06:41 CEST 2024

Total time taken to generate the page: 0.01056 seconds