ATLAS Offline Software
Loading...
Searching...
No Matches
ITBCaloPosTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 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
21class ITBCaloPosTool : virtual public IAlgTool
22{
23
24public:
25
28
30 virtual double eta () = 0 ;
31
33 virtual double theta () = 0 ;
34
36 virtual double z () = 0 ;
37
39 virtual double delta () = 0 ;
40
41
42};
43
44
45
46#endif
Class ITBCaloPosTool.
virtual double delta()=0
access delta value
DeclareInterfaceID(ITBCaloPosTool, 1, 0)
Declare interface ID.
virtual double eta()=0
access eta value
virtual double theta()=0
access eta value
virtual double z()=0
access eta value