ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArCableLengthComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 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 "
LArElecCalib/ILArCableLength.h
"
10
#include "
LArRawConditions/LArCableLengthP.h
"
11
#include "
LArRawConditions/LArConditionsContainer.h
"
12
26
class
LArCableLengthComplete
:
public
ILArCableLength
,
27
public
LArConditionsContainer
<LArCableLengthP>{
28
29
public
:
30
31
typedef
LArConditionsContainer<LArCableLengthP>
CONTAINER
;
32
LArCableLengthComplete
();
33
34
virtual
~LArCableLengthComplete
();
35
36
// retrieving CableLength using online ID
37
38
virtual
const
float
&
CableLength
(
const
HWIdentifier
& CellID)
const
;
39
40
// set method filling the data members individually (if one
41
// wants to fill this class not using the DB)
42
void
set
(
const
HWIdentifier
& CellID,
float
vCableLength);
43
44
};
45
46
CLASS_DEF
(
LArCableLengthComplete
,205539859,1)
47
#endif
LArCableLengthComplete::LArCableLengthComplete
LArCableLengthComplete()
Definition:
LArCableLengthComplete.cxx:7
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArCableLengthComplete
This class implements the ILArCableLength interface.
Definition:
LArCableLengthComplete.h:27
LArCableLengthComplete::CONTAINER
LArConditionsContainer< LArCableLengthP > CONTAINER
Definition:
LArCableLengthComplete.h:31
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArCableLengthComplete::set
void set(const HWIdentifier &CellID, float vCableLength)
Definition:
LArCableLengthComplete.cxx:13
LArCableLengthComplete::CableLength
virtual const float & CableLength(const HWIdentifier &CellID) const
Definition:
LArCableLengthComplete.cxx:25
ILArCableLength
Definition:
ILArCableLength.h:13
LArCableLengthP.h
LArCableLengthComplete::~LArCableLengthComplete
virtual ~LArCableLengthComplete()
Definition:
LArCableLengthComplete.cxx:9
ILArCableLength.h
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
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sun Dec 22 2024 21:13:15 for ATLAS Offline Software by
1.8.18