Skip to content

CaloEvent: Move locking out of loop.

Scott Snyder requested to merge ssnyder/athena:lock.CaloEvent-20201104 into master

In CaloTowerContainer::init(), move the creation of the DataPool instance (which acquires a lock on the underlying allocator) outside of the tower loop.

Merge request reports