A generic Geant4 code project that uses the REST Geant4 library to define the simulation conditions and collect the simulated results as a ROOT file, in the form of REST c++ objects. restG4 just requires two inputs, and RML file defining the simulation conditions and a GDML geometry file.
Removal of unnecessary ctest since are done at framework
Removal of concurrency since it is also performed at framework
Avoid trigger of the validation on validation.yml since now it is done at frameworkValidation.yml although validation.yml can be triggered on workflow_call (manually).
New validation file frameworkValidation.yml to trigger framework validation
I think we should clean up some validation jobs since they seems duplicated in framework
Integrating
restG4
validation insideframework:
ctest
since are done atframework
framework
validation.yml
since now it is done atframeworkValidation.yml
althoughvalidation.yml
can be triggered onworkflow_call
(manually).frameworkValidation.yml
to triggerframework
validationI think we should clean up some validation jobs since they seems duplicated in
framework
Related PR https://github.com/rest-for-physics/framework/pull/403