ATLAS Offline Software
Loading...
Searching...
No Matches
BCMPrimeDetectorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef BCMPRIMEGEOMODELXML_BCMPRIMEDETECTORTOOL_H
6#define BCMPRIMEGEOMODELXML_BCMPRIMEDETECTORTOOL_H
7
9
10namespace InDetDD
11{
13}
14
22
24{
25public:
26 BCMPrimeDetectorTool(const std::string &type, const std::string &name, const IInterface *parent);
27 virtual ~BCMPrimeDetectorTool() = default;
28 virtual StatusCode create() override final;
29 virtual StatusCode clear() override final;
30
33};
34
35#endif // BCMPRIMEGEOMODELXML_BCMPRIMEDETECTORTOOL_H
The Detector manager registers the call backs and infrastructure to associate the alignment transform...
virtual StatusCode clear() override final
const InDetDD::BCMPrimeDetectorManager * m_detManager
virtual ~BCMPrimeDetectorTool()=default
BCMPrimeDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode create() override final
GeoModelXmlTool(const std::string &type, const std::string &name, const IInterface *parent)
Message Stream Member.
#define private