ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArElecCalib
LArElecCalib
ILArCableAttenuation.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_ILARCABLEATTENUATION_H
6
#define LARCONDITIONS_ILARCABLEATTENUATION_H
7
8
#include "
Identifier/HWIdentifier.h
"
9
#include "
LArElecCalib/LArCalibErrorCode.h
"
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
#include <vector>
13
14
class
ILArCableAttenuation
{
22
23
public
:
24
25
virtual
~ILArCableAttenuation
() {};
26
27
// online ID
28
virtual
const
float
&
CableAttenuation
(
const
HWIdentifier
&
id
)
const
= 0 ;
29
30
enum
{
ERRORCODE
=
LArElecCalib::ERRORCODE
};
31
} ;
32
33
CLASS_DEF
(
ILArCableAttenuation
,66767159,1)
34
35
#endif
CLASS_DEF.h
macros to associate a CLID to a type
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:67
HWIdentifier.h
LArCalibErrorCode.h
Defines a common ERRORCODE enum for LAr-Calibration objects.
HWIdentifier
Definition
HWIdentifier.h:13
ILArCableAttenuation
Definition
ILArCableAttenuation.h:14
ILArCableAttenuation::ERRORCODE
@ ERRORCODE
Definition
ILArCableAttenuation.h:30
ILArCableAttenuation::~ILArCableAttenuation
virtual ~ILArCableAttenuation()
This class defines the interface for accessing CableAttenuation @stereotype Interface.
Definition
ILArCableAttenuation.h:25
ILArCableAttenuation::CableAttenuation
virtual const float & CableAttenuation(const HWIdentifier &id) const =0
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition
LArCalibErrorCode.h:17
Generated on
for ATLAS Offline Software by
1.17.0