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