ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArDAC2uAComplete.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 LARRAWCONDITIONS_LARDAC2UACOMPLETE_H
6
#define LARRAWCONDITIONS_LARDAC2UACOMPLETE_H
7
8
#include "
LArElecCalib/ILArDAC2uA.h
"
9
#include "
LArRawConditions/LArConditionsContainer.h
"
10
#include "
LArRawConditions/LArSingleFloatP.h
"
11
26
class
LArDAC2uAComplete
:
public
ILArDAC2uA
,
27
public
LArConditionsContainer
<LArSingleFloatP> {
28
29
public
:
30
typedef
LArConditionsContainer<LArSingleFloatP>
CONTAINER
;
31
LArDAC2uAComplete
();
32
virtual
~LArDAC2uAComplete
( );
33
34
// retrieving DAC2uA using online ID
35
virtual
const
float
&
DAC2UA
(
const
HWIdentifier
& chid)
const override
;
36
37
// set method filling the data members individually (if one
38
// wants to fill this class not using the DB)
39
void
set
(
const
HWIdentifier
& CellID,
const
float
vDAC2uA);
40
};
41
42
43
#include "
AthenaKernel/CondCont.h
"
44
CLASS_DEF
(
LArDAC2uAComplete
, 95178965,1)
45
CONDCONT_DEF
(
LArDAC2uAComplete
, 148060277,
ILArDAC2uA
);
46
#endif
LArDAC2uAComplete::CONTAINER
LArConditionsContainer< LArSingleFloatP > CONTAINER
Definition:
LArDAC2uAComplete.h:30
ILArDAC2uA.h
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
CONDCONT_DEF(LArDAC2uAComplete, 148060277, ILArDAC2uA)
LArSingleFloatP.h
ILArDAC2uA
Definition:
ILArDAC2uA.h:13
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArDAC2uAComplete::set
void set(const HWIdentifier &CellID, const float vDAC2uA)
Definition:
LArDAC2uAComplete.cxx:13
LArDAC2uAComplete::DAC2UA
virtual const float & DAC2UA(const HWIdentifier &chid) const override
access to DAC2UA conversion factor index by Identifier, and gain setting
Definition:
LArDAC2uAComplete.cxx:19
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
LArDAC2uAComplete::LArDAC2uAComplete
LArDAC2uAComplete()
Definition:
LArDAC2uAComplete.cxx:8
LArDAC2uAComplete
This class implements the ILArDAC2uA interface.
Definition:
LArDAC2uAComplete.h:27
LArDAC2uAComplete::~LArDAC2uAComplete
virtual ~LArDAC2uAComplete()
Definition:
LArDAC2uAComplete.cxx:9
Generated on Sun Dec 22 2024 21:13:23 for ATLAS Offline Software by
1.8.18