Skip to content

LArCellRec: Work around cling issue.

Scott Snyder requested to merge ssnyder/athena:cling.LArCellRec-20200715 into master

Work around an issue seen with cling 6.20.06. If classes are created in the wrong order, cling can get confused with forward declarations. This happens with a test in this package. Explicitly force the pythonization of a class at the appropriate time to avoid this.

Merge request reports