ATLAS Offline Software
IGeoSubDetTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 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"
10 
11 class StoreGateSvc;
12 class GeoVPhysVol;
13 
14 class IGeoSubDetTool : public virtual IAlgTool {
15 public:
17 
18  // Build subdetector in parent
19  virtual StatusCode build( GeoVPhysVol* parent ) = 0;
20 
21  // Register callback function on ConDB object
23 
24  // Callback function itself
26 
27 };
28 
29 #endif // GEOMODELINTERFACES_IGEOSUBDETTOOL_H
IGeoSubDetTool::build
virtual StatusCode build(GeoVPhysVol *parent)=0
IGeoSubDetTool::registerCallback
virtual StatusCode registerCallback(StoreGateSvc *detStore)=0
IOVSVC_CALLBACK_ARGS
#define IOVSVC_CALLBACK_ARGS
short hand for IOVSvc call back argument list, to be used when no access to formal arguments is neede...
Definition: IOVSvcDefs.h:24
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IGeoSubDetTool::DeclareInterfaceID
DeclareInterfaceID(IGeoSubDetTool, 1, 0)
test_pyathena.parent
parent
Definition: test_pyathena.py:15
IGeoSubDetTool
Definition: IGeoSubDetTool.h:14
python.PyKernel.detStore
detStore
Definition: PyKernel.py:41
IOVSvcDefs.h
defines and typedefs for IOVSvc
IGeoSubDetTool::align
virtual StatusCode align(IOVSVC_CALLBACK_ARGS)=0