Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look for local StEvent enumerations first (star-bnl#705)
Even though STAR is winding down, there is still some development work ongoing involving FWD detectors. I believe the parsing of StEnumerations.h within StEnumerations.cxx may be making it a little difficult for them because it does not currently allow for a local (developmental) version of enumerations. This PR modified that with a local search first, and hopefully that helps them out. Note that the parsing is done at run-time, so even with this patch, test jobs need to have not just the compiled code where the job runs, they need also have a local StRoot/StEvent/StEnumerations.h present where the job runs. p.s. I meant to include @dkapukchyan as a reviewer, but it seems he doesn't show up as someone I can add.
- Loading branch information