/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 00015 #ifndef IPOSITIONERTOOL_H 00016 #define IPOSITIONERTOOL_H 00017 00018 #include "GaudiKernel/IAlgTool.h" 00019 00020 class IPositionerTool : virtual public IAlgTool 00021 { 00022 public: 00023 00024 static const InterfaceID& interfaceID(); 00025 00027 virtual StatusCode placeVolume() = 0; 00028 00029 virtual ~IPositionerTool(); 00030 00031 }; 00032 00033 00034 #endif // IPOSITIONERTOOL_H