G4GDMLParser で GDML ファイルを読み込もうとしています:
...
G4GDMLParser parser;
parser.Read(G4Str_Filename, fValidate);
しかし、それはエラーを出します:
...
G4GDML: Reading materials...
G4GDML: Reading solids...
Evaluator : syntax error
-------- EEEE ------- G4Exception-START -------- EEEE -------
*** G4Exception : InvalidExpression
issued by : G4GDMLEvaluator::Evaluate()
Error in expression: 40.0
*** Fatal Exception *** core dump ***
**** Track information is not available at this moment
**** Step information is not available at this moment
-------- EEEE -------- G4Exception-END --------- EEEE -------
*** G4Exception: Aborting execution ***
Signal: SIGABRT (Aborted)
GDML ファイルを実行可能ファイルの横に置いてみましたが、役に立ちませんでした。