ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArCableAttenuationComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
6
#define LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
AthenaKernel/BaseInfo.h
"
10
#include "
LArElecCalib/ILArCableAttenuation.h
"
11
#include "
LArRawConditions/LArCableAttenuationP.h
"
12
#include "
LArRawConditions/LArConditionsContainer.h
"
13
21
25
26
27
class
LArCableAttenuationComplete
:
public
ILArCableAttenuation
,
28
public
LArConditionsContainer
<LArCableAttenuationP>{
29
30
public
:
31
32
typedef
LArConditionsContainer<LArCableAttenuationP>
CONTAINER
;
33
LArCableAttenuationComplete
();
34
35
virtual
~LArCableAttenuationComplete
();
36
37
// retrieving CableAttenuation using online ID
38
39
virtual
const
float
&
CableAttenuation
(
const
HWIdentifier
& CellID)
const
;
40
41
// set method filling the data members individually (if one
42
// wants to fill this class not using the DB)
43
void
set
(
const
HWIdentifier
& CellID,
float
vCableAttenuation);
44
45
protected
:
46
47
48
};
49
50
CLASS_DEF
(
LArCableAttenuationComplete
,227617954,1)
51
SG_BASES
(
LArCableAttenuationComplete
,
ILArCableAttenuation
);
52
#endif
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASES
#define SG_BASES(D,...)
Declare the base classes from which D derives.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:224
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
ILArCableAttenuation.h
LArCableAttenuationP.h
LArConditionsContainer.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArCableAttenuation
Definition
ILArCableAttenuation.h:14
LArCableAttenuationComplete
This class implements the ILArCableAttenuation interface.
Definition
LArCableAttenuationComplete.h:28
LArCableAttenuationComplete::set
void set(const HWIdentifier &CellID, float vCableAttenuation)
Definition
LArCableAttenuationComplete.cxx:14
LArCableAttenuationComplete::LArCableAttenuationComplete
LArCableAttenuationComplete()
Definition
LArCableAttenuationComplete.cxx:9
LArCableAttenuationComplete::CONTAINER
LArConditionsContainer< LArCableAttenuationP > CONTAINER
Definition
LArCableAttenuationComplete.h:32
LArCableAttenuationComplete::~LArCableAttenuationComplete
virtual ~LArCableAttenuationComplete()
Definition
LArCableAttenuationComplete.cxx:10
LArCableAttenuationComplete::CableAttenuation
virtual const float & CableAttenuation(const HWIdentifier &CellID) const
Definition
LArCableAttenuationComplete.cxx:25
LArConditionsContainer< LArCableAttenuationP >::LArConditionsContainer
LArConditionsContainer()
Generated on
for ATLAS Offline Software by
1.17.0