GENIE-MC / Reweight

The GENIE Reweight product includes a collection of tools for propagating model uncertainties.
3 stars 19 forks source link

Compile needs a header file spec moved from .cxx to .h #20

Closed rikgran closed 1 year ago

rikgran commented 1 year ago

Oh, this might be mistaken, haven't deleted it yet. My installation had not created an include directory (which is sometimes optional, but possibly not optional for using this package).

Simple fix:

The src/RwCalculators/GReWeightINuke.h needs

include "Framework/GHEP/GHepParticle.h"

because its part of the method CalcDeltaAZ specified in the .h file

Having it in the .cxx file is not enough, compiler gives unknown type name

Using AlmaLinux 9.1

nusense commented 1 year ago

This should be resolved by approved pull request 21

nusense commented 1 year ago

resolved