ATLAS Offline Software
IDetectorVolumeBuilderTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSGEOMETRYINTERFACES_IACTSDETECTORVOLUMEBUILDERTOOL_H
6 #define ACTSGEOMETRYINTERFACES_IACTSDETECTORVOLUMEBUILDERTOOL_H
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
10 #include "Acts/Detector/interface/IDetectorComponentBuilder.hpp"
11 
12 
13 namespace ActsTrk{
14  class IDetectorVolumeBuilderTool : public Acts::Experimental::IDetectorComponentBuilder, virtual public IAlgTool
15  {
16  public:
18 
19  virtual ~IDetectorVolumeBuilderTool() = default;
20  };
21 }
22 
23 #endif
ActsTrk::IDetectorVolumeBuilderTool::DeclareInterfaceID
DeclareInterfaceID(IDetectorVolumeBuilderTool, 1, 0)
ActsTrk::IDetectorVolumeBuilderTool::~IDetectorVolumeBuilderTool
virtual ~IDetectorVolumeBuilderTool()=default
ActsTrk::IDetectorVolumeBuilderTool
Definition: IDetectorVolumeBuilderTool.h:15
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34