Hello, my new research group gave me me a simulation in order to use it with Geant4 10.x
This is the simulation WeTransfer - Send Large Files & Share Photos Online - Up to 2GB Free
It looks like old because I read that the last changes at files have been done in march 2017
In the header of files I read
/*
* Geant496
*/
therefore I guess it was made using Geant4 9.6
I firstly tried to run it (by G4 10.7) to see what it happens but I get two errors:
the first one is due to the fact that it can’t find “G4FermiBreakUp.hh”
the seocond one is that ‘aParticleIterator’ was not declared, but probably it was decleared in the G4FermiBreakUp.hh"
Then my questions:
- Is G4FermiBreakUp.hh an header of G4 9.6?
- What should I do to update the simulation from 9.6 to 10.x?