About MCevent data standard format and using SSD.jL for Monte carlo simulation #272
-
Hello, thank you very much for developing such a user-friendly and convenient project , I'm in the process of learning to use it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, thanks for the feedback and for raising the question! Does your CSV file look like this? mctruth_filename_csv = "mcevents.csv" # the filename of the CSV file
mc_events = open(read, mctruth_filename_csv, Geant4CSVInput) Please also have a look at this tutorial which deals in a bit more detail with MC event simulation. |
Beta Was this translation helpful? Give feedback.
Hello, thanks for the feedback and for raising the question!
Does your CSV file look like this?
If so, you might want to download the package LegendTextIO.jl and read in your data using:
Please also have a look at this tutorial which deals in a bit more detail with MC event simulation.