star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Import geant4maker #617

Open klendathu2k opened 6 months ago

klendathu2k commented 6 months ago

Draft PR for geant4star.

image

Code compiles against root 6.24 in our production environment... with the following additional modules.

setup 64bits
starver dev config/v0.3.0-rhel7-root6.24.06
module load geant4-10.4.0
module load geant4-data-10.4.0
module load geant4-vmc-4-0-p3-root-6.24.06
module load clhep-2.4.5.1         
setenv STAR .
cons

It does not run at this point.... the GEANT3 and G3 VMC functions are missing at run time. We additionally need the GEANT3 VMC added to spack: Version 3.9.1...

Some additional comments.

StGeant4Maker should be excluded from all ROOT5 builds.
StGeant4Maker should probably be excluded from 32 bit builds.