ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SiPropertiesTool
SiPropertiesTool
ISiPropertiesTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#ifndef ISiPropertiesTool_h
10
#define ISiPropertiesTool_h
11
12
//Gaudi Includes
13
#include "GaudiKernel/IAlgTool.h"
14
#include "GaudiKernel/EventContext.h"
15
#include "
SiPropertiesTool/SiliconProperties.h
"
16
#include "
Identifier/IdentifierHash.h
"
17
23
24
class
ISiPropertiesTool
:
virtual
public
IAlgTool
25
{
26
public
:
27
virtual
~ISiPropertiesTool
() =
default
;
28
30
DeclareInterfaceID
(
ISiPropertiesTool
, 1, 0);
31
33
virtual
const
InDet::SiliconProperties
&
getSiProperties
(
const
IdentifierHash
& elementHash,
const
EventContext& ctx)
const
= 0;
34
};
35
36
#endif
// ISiPropertiesTool_h
IdentifierHash.h
SiliconProperties.h
ISiPropertiesTool
Interface class for tool providing silicon properties (mobility, etc).
Definition
ISiPropertiesTool.h:25
ISiPropertiesTool::DeclareInterfaceID
DeclareInterfaceID(ISiPropertiesTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISiPropertiesTool::getSiProperties
virtual const InDet::SiliconProperties & getSiProperties(const IdentifierHash &elementHash, const EventContext &ctx) const =0
Get Silicon properties for a given detector element.
ISiPropertiesTool::~ISiPropertiesTool
virtual ~ISiPropertiesTool()=default
IdentifierHash
This is a "hash" representation of an Identifier.
Definition
IdentifierHash.h:25
InDet::SiliconProperties
Definition
SiliconProperties.h:24
Generated on
for ATLAS Offline Software by
1.14.0