Skip to content

PyDumper: Explicitly disable CaloRinger during event dumping.

Scott Snyder requested to merge ssnyder/athena:ringer.PyDumper-20190126 into master

CaloRinger is on by default in RecExCommon, and doesn't obey the doWrite switches. Futher, it loads Athena libraries during job configuration, which can lead to crashes in gcc8 builds. Explicitly disable it.

Merge request reports