GENIE-MC / Generator

The popular GENIE Generator product is used by nearly all accelerator neutrino experiments and it plays a key role in the exploitation of neutrino data. The Generator implements a modern software framework and it includes state-of-the-art physics modules. It captures the latest results of the GENIE global analysis of neutrino scattering data and includes several tunes that were produced using the proprietary Comparisons and Tuning products. The GENIE physics model is universal and comprehensive: It handles all neutrinos and targets, and all processes relevant from MeV to PeV energy scales. The Generator includes several tools (flux drivers, detector geometry navigators, specialized event generation apps, event reweighting engines) to simulate complex experimental setups in full detail and to support generator-related analysis tasks.
http://www.genie-mc.org
42 stars 91 forks source link

Error when using gntpc with new version of GENIE #403

Closed AlMuOv closed 2 months ago

AlMuOv commented 2 months ago

Greetings, I have installed the new version of GENIE (3.4.2) and when using gntpc to switch from a ghep.root format to gst.root

gntpc -i File.ghep.root -f gst

I get the error

1714073415 ERROR AlgConfigPool : [s] <LoadRegistries (295)> : The XML doc doesn't exist! (filename : MArunAxialFormFactorModel.xml)
1714073415 ERROR AlgConfigPool : [s] <LoadAlgConfig (141)> : Error in loading config sets for algorithm = genie::MArunAxialFormFactorModel
mroda88 commented 2 months ago

Hi, I think you are reporting the wrong version. The tag v3.4.2 does not contain MArunAxialFormFactorModel, that is only for the master. Do you see the problem in the master?

mroda88 commented 2 months ago

In fact, after your report I checked, and you should see the problem in the master, not in the tagged version. The master will be fixed soon.

AlMuOv commented 2 months ago

It was, sorry

mroda88 commented 2 months ago

@idkakorin can you please close this issues once the problem is fixed?

mroda88 commented 2 months ago

Fixed with https://github.com/GENIE-MC/Generator/pull/405