ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArCableAttenuationComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
6
#define LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
7
8
#include "
LArElecCalib/ILArCableAttenuation.h
"
9
#include "
LArRawConditions/LArCableAttenuationP.h
"
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
25
class
LArCableAttenuationComplete
:
public
ILArCableAttenuation
,
26
public
LArConditionsContainer
<LArCableAttenuationP>{
27
28
public
:
29
30
typedef
LArConditionsContainer<LArCableAttenuationP>
CONTAINER
;
31
LArCableAttenuationComplete
();
32
33
virtual
~LArCableAttenuationComplete
();
34
35
// retrieving CableAttenuation using online ID
36
37
virtual
const
float
&
CableAttenuation
(
const
HWIdentifier
& CellID)
const
;
38
39
// set method filling the data members individually (if one
40
// wants to fill this class not using the DB)
41
void
set
(
const
HWIdentifier
& CellID,
float
vCableAttenuation);
42
43
protected
:
44
45
46
};
47
48
CLASS_DEF
(
LArCableAttenuationComplete
,227617954,1)
49
#endif
LArCableAttenuationComplete::~LArCableAttenuationComplete
virtual ~LArCableAttenuationComplete()
Definition:
LArCableAttenuationComplete.cxx:10
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArCableAttenuationComplete::CONTAINER
LArConditionsContainer< LArCableAttenuationP > CONTAINER
Definition:
LArCableAttenuationComplete.h:30
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArCableAttenuationComplete::LArCableAttenuationComplete
LArCableAttenuationComplete()
Definition:
LArCableAttenuationComplete.cxx:9
ILArCableAttenuation.h
LArCableAttenuationComplete
This class implements the ILArCableAttenuation interface.
Definition:
LArCableAttenuationComplete.h:26
LArCableAttenuationComplete::CableAttenuation
virtual const float & CableAttenuation(const HWIdentifier &CellID) const
Definition:
LArCableAttenuationComplete.cxx:25
LArCableAttenuationComplete::set
void set(const HWIdentifier &CellID, float vCableAttenuation)
Definition:
LArCableAttenuationComplete.cxx:14
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
ILArCableAttenuation
Definition:
ILArCableAttenuation.h:14
LArCableAttenuationP.h
Generated on Thu Nov 7 2024 21:19:17 for ATLAS Offline Software by
1.8.18