You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
When I use the TEPCActor I have gotten this bug repeatedly. When saveAsText is enabled (True), the files are sometimes only saved as root, not as txt. This can happen to some simulations which run in parallel, to none or to all. The TEPCActor does not allow for files to be only saved as text, so saving as a root file and also enabling saveAsText is the only way to get a txt file output.
Desktop (please complete the following information):
Issue
When I use the TEPCActor I have gotten this bug repeatedly. When saveAsText is enabled (True), the files are sometimes only saved as root, not as txt. This can happen to some simulations which run in parallel, to none or to all. The TEPCActor does not allow for files to be only saved as text, so saving as a root file and also enabling saveAsText is the only way to get a txt file output.
Desktop (please complete the following information):
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
Gate version: 9.0
Geant4 version:10.7.0
ROOT Version: 6.18/04
Minimal example
/gate/actor/addActor TEPCActor TEPC_y
/gate/actor/TEPC_y/attachTo Si_SV
/gate/actor/TEPC_y/saveEveryNSeconds 3600
/gate/actor/TEPC_y/save output/Silicon/Simple_Example.root
/gate/actor/TEPC_y/saveAsText true
/gate/actor/TEPC_y/saveEveryNSeconds 72000
/gate/actor/TEPC_y/setPressure 1 bar
/gate/actor/TEPC_y/setLogscale true
/gate/actor/TEPC_y/setNumberOfBins 400
/gate/actor/TEPC_y/setEmin 0.1 keV
/gate/actor/TEPC_y/setEmax 3000 keV
/gate/actor/TEPC_y/setNOrders 6
/gate/actor/TEPC_y/setNormByEvent false
/gate/actor/TEPC_y/setSourceDirectionForBoxGeometry x
Expected behavior
The Actor should create a file Simple_Example.root and Simple_Example.txt.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: