ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
TestBeam
TBConditions
TBCaloConditions
TBCaloConditions
ITBCaloPosTool.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 TBCALOCONDITIONS_ITBCALOPOSTOOL
6
# define TBCALOCONDITIONS_ITBCALOPOSTOOL
7
8
#include "GaudiKernel/IAlgTool.h"
9
20
21
class
ITBCaloPosTool
:
virtual
public
IAlgTool
22
{
23
24
public
:
25
27
DeclareInterfaceID
(
ITBCaloPosTool
, 1 , 0);
28
30
virtual
double
eta
()
const
= 0 ;
31
33
virtual
double
theta
()
const
= 0 ;
34
36
virtual
double
z
()
const
= 0 ;
37
39
virtual
double
delta
()
const
= 0 ;
40
41
42
};
43
44
45
46
#endif
ITBCaloPosTool
Class ITBCaloPosTool.
Definition
ITBCaloPosTool.h:22
ITBCaloPosTool::eta
virtual double eta() const =0
access eta value
ITBCaloPosTool::theta
virtual double theta() const =0
access eta value
ITBCaloPosTool::DeclareInterfaceID
DeclareInterfaceID(ITBCaloPosTool, 1, 0)
Declare interface ID.
ITBCaloPosTool::z
virtual double z() const =0
access eta value
ITBCaloPosTool::delta
virtual double delta() const =0
access delta value
Generated on
for ATLAS Offline Software by
1.17.0