ATLAS Offline Software
Loading...
Searching...
No Matches
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"
17
23
24class ISiPropertiesTool: virtual public IAlgTool
25{
26 public:
27 virtual ~ISiPropertiesTool() = default;
28
31
33 virtual const InDet::SiliconProperties& getSiProperties(const IdentifierHash& elementHash, const EventContext& ctx) const = 0;
34};
35
36#endif // ISiPropertiesTool_h
Interface class for tool providing silicon properties (mobility, etc).
DeclareInterfaceID(ISiPropertiesTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
virtual const InDet::SiliconProperties & getSiProperties(const IdentifierHash &elementHash, const EventContext &ctx) const =0
Get Silicon properties for a given detector element.
virtual ~ISiPropertiesTool()=default
This is a "hash" representation of an Identifier.