Skip to content
Snippets Groups Projects

StoreGateSvc add option to dump the Arena stats

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:SGImplSvc_arena_stats into 23.0
4 files
+ 13
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -704,6 +704,7 @@ private:
ServiceHandle<IIncidentSvc> m_pIncSvc; ///< property
bool m_DumpStore; ///< Dump Property flag: triggers dump() at EndEvent
bool m_ActivateHistory; ///< Activate the history service
bool m_DumpArena; ///< DumpArena Property flag : trigger m_arena->report() at clearStore
// typedef std::list<std::string> StrList;
StringArrayProperty m_folderNameList; ///< FolderNameList Property
Loading