Skip to content

Remove unnecessary StoreGateSvc

Susumu Oda requested to merge oda/athena:master-StoreGateSvc-v2 into master

Remove unnecessary StoreGateSvc.

AthAlgorithm, AthReentrantAlgorithm and AthAlgTool have evtStore() and detStore() for StoreGateSvc and DetectorStore, respectively. Inherit classes should use these methods.

No need to include or of forward declaration of StoreGateSvc in inherit classes.

Edited by Susumu Oda

Merge request reports