Hello,I wrote a program following the example given. I want to get the signal and drift line of the electron, but I always get the error message in the following figure.
This is my code.
sdj.C (8.4 KB)
Hello,I wrote a program following the example given. I want to get the signal and drift line of the electron, but I always get the error message in the following figure.
This is my code.
sdj.C (8.4 KB)
In order to simulate electron drift lines using AvalancheMC
or DriftLineRKF
you need to load a table of macroscopic transport parameters (drift velocity etc.) from a file, as, for instance, in this example.
You can find more information about gas files on this page.
Hello, I got a gas table file, but the program cannot read this file.
An error message like this appears
You have to make sure the file is in the directory in which you run the executable (probably the build
directory).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.