ATLAS Offline Software
DetectorDescription
GeoModel
GeoModelInterfaces
GeoModelInterfaces
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"
9
#include "
AthenaKernel/IOVSvcDefs.h
"
10
11
class
StoreGateSvc
;
12
class
GeoVPhysVol;
13
14
class
IGeoSubDetTool
:
public
virtual
IAlgTool {
15
public
:
16
DeclareInterfaceID
(
IGeoSubDetTool
, 1, 0 );
17
18
// Build subdetector in parent
19
virtual
StatusCode
build
( GeoVPhysVol*
parent
) = 0;
20
21
// Register callback function on ConDB object
22
virtual
StatusCode
registerCallback
(
StoreGateSvc
*
detStore
) = 0;
23
24
// Callback function itself
25
virtual
StatusCode
align
(
IOVSVC_CALLBACK_ARGS
) = 0;
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:125
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
Generated on Thu Nov 7 2024 21:16:41 for ATLAS Offline Software by
1.8.18