ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArCableLengthComplete.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_LARCABLELENGTHCOMPLETE_H
6
#define LARRAWCONDITIONS_LARCABLELENGTHCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
AthenaKernel/BaseInfo.h
"
10
#include "
LArElecCalib/ILArCableLength.h
"
11
#include "
LArRawConditions/LArCableLengthP.h
"
12
#include "
LArRawConditions/LArConditionsContainer.h
"
13
21
25
26
27
class
LArCableLengthComplete
:
public
ILArCableLength
,
28
public
LArConditionsContainer
<LArCableLengthP>{
29
30
public
:
31
32
typedef
LArConditionsContainer<LArCableLengthP>
CONTAINER
;
33
LArCableLengthComplete
();
34
35
virtual
~LArCableLengthComplete
();
36
37
// retrieving CableLength using online ID
38
39
virtual
const
float
&
CableLength
(
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
vCableLength);
44
45
};
46
47
CLASS_DEF
(
LArCableLengthComplete
,205539859,1)
48
SG_BASES
(
LArCableLengthComplete
,
ILArCableLength
);
49
#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
ILArCableLength.h
LArCableLengthP.h
LArConditionsContainer.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArCableLength
Definition
ILArCableLength.h:13
LArCableLengthComplete
This class implements the ILArCableLength interface.
Definition
LArCableLengthComplete.h:28
LArCableLengthComplete::~LArCableLengthComplete
virtual ~LArCableLengthComplete()
Definition
LArCableLengthComplete.cxx:9
LArCableLengthComplete::set
void set(const HWIdentifier &CellID, float vCableLength)
Definition
LArCableLengthComplete.cxx:13
LArCableLengthComplete::LArCableLengthComplete
LArCableLengthComplete()
Definition
LArCableLengthComplete.cxx:7
LArCableLengthComplete::CableLength
virtual const float & CableLength(const HWIdentifier &CellID) const
Definition
LArCableLengthComplete.cxx:25
LArCableLengthComplete::CONTAINER
LArConditionsContainer< LArCableLengthP > CONTAINER
Definition
LArCableLengthComplete.h:32
LArConditionsContainer< LArCableLengthP >::LArConditionsContainer
LArConditionsContainer()
Generated on
for ATLAS Offline Software by
1.17.0