|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MUONCONDDUMP_MDTCABLINGJSONDUMPALG_H
10 #define MUONCONDDUMP_MDTCABLINGJSONDUMPALG_H
35 Gaudi::Property<std::string>
m_cablingJSON{
this,
"OutCablingJSON",
"MdtCabling.json",
"Cabling JSON"};
37 Gaudi::Property<std::string>
m_mezzanineJSON{
this,
"OutMezzanineJSON",
"MdtMezzanine.json",
"Cabling JSON"};
virtual ~MdtToyCablingJsonDumpAlg()=default
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode initialize() override
bool const RAWDATA *ch2 const
Gaudi::Property< std::string > m_mezzanineJSON
Gaudi::Property< std::string > m_cablingJSON
virtual unsigned int cardinality() const override final
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
const MuonGMR4::MuonDetectorManager * m_detMgr
: Simple algorithm to generate a toy cabling map for the Mdt detectors
MdtToyCablingJsonDumpAlg(const std::string &name, ISvcLocator *pSvcLocator)