ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
GeoModel
GeoModelInterfaces
GeoModelInterfaces
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
10
class
StoreGateSvc
;
11
class
GeoVPhysVol;
12
13
class
IGeoSubDetTool
:
public
virtual
IAlgTool {
14
public
:
15
DeclareInterfaceID
(
IGeoSubDetTool
, 1, 0 );
16
17
// Build subdetector in parent
18
virtual
StatusCode
build
( GeoVPhysVol* parent ) = 0;
19
};
20
21
#endif
// GEOMODELINTERFACES_IGEOSUBDETTOOL_H
IGeoSubDetTool
Definition
IGeoSubDetTool.h:13
IGeoSubDetTool::DeclareInterfaceID
DeclareInterfaceID(IGeoSubDetTool, 1, 0)
IGeoSubDetTool::build
virtual StatusCode build(GeoVPhysVol *parent)=0
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:122
Generated on
for ATLAS Offline Software by
1.14.0