ATLAS Offline Software
ILArPhysCaliTdiff.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_ILARPHYSCALITDIFF_H
6 #define LARCONDITIONS_ILARPHYSCALITDIFF_H
7 
8 #include "AthenaKernel/CLASS_DEF.h"
10 
11 class HWIdentifier;
12 
22  public:
23 
24  virtual ~ILArPhysCaliTdiff() {};
25 
26  // online ID
27  virtual const float& Tdiff(const HWIdentifier& id , int gain ) const = 0 ;
28 
30 };
31 
32 CLASS_DEF( ILArPhysCaliTdiff,121911021,1)
33 #endif
ILArPhysCaliTdiff::Tdiff
virtual const float & Tdiff(const HWIdentifier &id, int gain) const =0
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
ILArPhysCaliTdiff::ERRORCODE
@ ERRORCODE
Definition: ILArPhysCaliTdiff.h:29
HWIdentifier
Definition: HWIdentifier.h:13
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
ILArPhysCaliTdiff::~ILArPhysCaliTdiff
virtual ~ILArPhysCaliTdiff()
This class defines the interface for accessing PhysCaliTdiff @stereotype Interface.
Definition: ILArPhysCaliTdiff.h:24
ILArPhysCaliTdiff
Definition: ILArPhysCaliTdiff.h:13
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