ATLAS Offline Software
ILArTshaper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARCONDITIONS_ILARTSHAPER_H
6 #define LARCONDITIONS_ILARTSHAPER_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
11 
12 class ILArTshaper {
21  public:
22 
23  virtual ~ILArTshaper() {};
24 
25  // online ID
26  virtual const float& Tshaper(const HWIdentifier& id) const = 0 ;
27 
29 } ;
30 
31 CLASS_DEF( ILArTshaper,134596750,1)
32 
33 #endif
ILArTshaper::Tshaper
virtual const float & Tshaper(const HWIdentifier &id) const =0
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArTshaper::ERRORCODE
@ ERRORCODE
Definition: ILArTshaper.h:28
ILArTshaper
Definition: ILArTshaper.h:12
HWIdentifier.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
CLASS_DEF.h
macros to associate a CLID to a type
ILArTshaper::~ILArTshaper
virtual ~ILArTshaper()
This class defines the interface for accessing Tshaper @stereotype Interface.
Definition: ILArTshaper.h:23