ATLAS Offline Software
Loading...
Searching...
No Matches
IGeoSubDetTool.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 GEOMODELINTERFACES_IGEOSUBDETTOOL_H
6#define GEOMODELINTERFACES_IGEOSUBDETTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9
10class StoreGateSvc;
11class GeoVPhysVol;
12
13class IGeoSubDetTool : public virtual IAlgTool {
14public:
16
17 // Build subdetector in parent
18 virtual StatusCode build( GeoVPhysVol* parent ) = 0;
19};
20
21#endif // GEOMODELINTERFACES_IGEOSUBDETTOOL_H
DeclareInterfaceID(IGeoSubDetTool, 1, 0)
virtual StatusCode build(GeoVPhysVol *parent)=0
The Athena Transient Store API.