21#ifndef DumpGeo_DumpGeo
22#define DumpGeo_DumpGeo
26#include "GaudiKernel/IIncidentListener.h"
41 StatusCode
execute() {
return StatusCode::SUCCESS;};
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"};
50 {
this,
"UserFilterDetManager", {},
"Doc",
"OrderedSet<T>"};
51 Gaudi::Property<bool>
m_showTreetopContent{
this,
"ShowTreetopContent",
false,
"Show the content of the Treetops; by default, only the list of Treetops is shown."};
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
#define ATLAS_CTORDTOR_NOT_THREAD_SAFE
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< bool > m_showTreetopContent
Gaudi::Property< std::string > m_atlasRelease
Gaudi::Property< std::vector< std::string > > m_user_filterDetManagersList
Gaudi::Property< std::string > m_outFileName
DumpGeo(const std::string &name, ISvcLocator *pSvcLocator) ATLAS_CTORDTOR_NOT_THREAD_SAFE
Gaudi::Property< std::string > m_detDescrTag