Skip to content

CaloRec: Work around cling issue.

Scott Snyder requested to merge ssnyder/athena:cling.CaloRec-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