Skip to content

Remove unnecessary StoreGateSvc

Susumu Oda requested to merge oda/athena:master-StoreGateSvc-v4 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.

Merge request reports