21 #ifndef DumpGeo_DumpGeo
22 #define DumpGeo_DumpGeo
26 #include "GaudiKernel/IIncidentListener.h"
46 Gaudi::Property<std::string> m_atlasRelease{
this,
"AtlasRelease",
"",
"The current, in use Atlas release"};
47 Gaudi::Property<std::string> m_detDescrTag{
this,
"AtlasVersion",
"",
"The current, in use Atlas Detector Description Geometry TAG"};
48 Gaudi::Property<std::string> m_outFileName{
this,
"OutSQLiteFileName",
"",
"The name of the output SQLite file"};
49 Gaudi::Property<std::vector<std::string>> m_user_filterDetManagersList
50 {
this,
"UserFilterDetManager", {},
"Doc",
"OrderedSet<T>"};
51 Gaudi::Property<bool> m_showTreetopContent{
this,
"ShowTreetopContent",
"",
"Show the content of the Treetops; by default, only the list of Treetops is shown."};