sfegan / EGS5_ACT

EGS5 ACT simulation code
1 stars 0 forks source link

SimpleRNG #1

Open sylviankahane opened 3 years ago

sylviankahane commented 3 years ago

I am trying to compile this stuff using the giving makefile.

1) I have no idea what is to be found in VERITAS, a private place of the author on his Google Drive 2) My Susse Linux has no idea about gcc-mp-4.6, g++-mp-4.6, gfortran-mp-4.6. I changed to the usual gcc, g++, gfortran 3) EGS5System.cpp is looking for SimpleRNG.hpp. There is not such a file in the distribution.

sfegan commented 3 years ago

Thank you for your comment. I have added another repository which has the missing code :

https://github.com/sfegan/MyGlastCode

You can clone it and then set the VERITASDIR variable appropriately, which should hopefully resolve issues 1 & 3 from your comments.

I should note that this is very old code that I developed and used for a relatively briefly period many years ago. Ultimately though, my application in high energy physics required that I consider muon production and hadronic interactions, so I switched to GEANT-4. So, although I hope this code will be useful for you, I cannot really vouch for its correctness. As such, I would not recommend it for use in any critical applications (e.g. medical and/or safety).