ATLAS Offline Software
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 
21 class ITBCaloPosTool : virtual public IAlgTool
22 {
23 
24 public:
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
ITBCaloPosTool::eta
virtual double eta()=0
access eta value
ITBCaloPosTool::delta
virtual double delta()=0
access delta value
ITBCaloPosTool
Class ITBCaloPosTool.
Definition: ITBCaloPosTool.h:22
ITBCaloPosTool::theta
virtual double theta()=0
access eta value
ITBCaloPosTool::z
virtual double z()=0
access eta value
ITBCaloPosTool::DeclareInterfaceID
DeclareInterfaceID(ITBCaloPosTool, 1, 0)
Declare interface ID.