ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArDetCellParamsComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARDETCELLPARAMSCOMPLETE_H
6
#define LARRAWCONDITIONS_LARDETCELLPARAMSCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
AthenaKernel/BaseInfo.h
"
10
#include "
LArElecCalib/ILArDetCellParams.h
"
11
#include "
LArRawConditions/LArDetCellParamsP.h
"
12
#include "
LArRawConditions/LArConditionsContainer.h
"
13
14
#include <vector>
15
24
25
class
LArDetCellParamsComplete
:
public
ILArDetCellParams
,
26
public
LArConditionsContainer
<LArDetCellParamsP>{
27
28
29
public
:
30
31
typedef
LArConditionsContainer<LArDetCellParamsP>
CONTAINER
;
32
LArDetCellParamsComplete
();
33
34
virtual
~LArDetCellParamsComplete
( );
35
36
// retrieving DetCellParams using online ID
37
virtual
const
float
&
Omega0
(
const
HWIdentifier
& CellID,
int
gain)
const
;
38
virtual
const
float
&
Taur
(
const
HWIdentifier
& CellID,
int
gain)
const
;
39
40
// set method filling the data members individually
41
// (if one wants to fill this class not using the DB)
42
void
set
(
const
HWIdentifier
& CellID,
int
gain,
43
float
omega0,
float
taur);
44
};
45
46
CLASS_DEF
(
LArDetCellParamsComplete
,191084371,1)
47
SG_BASES
(
LArDetCellParamsComplete
,
ILArDetCellParams
);
48
#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
ILArDetCellParams.h
LArConditionsContainer.h
LArDetCellParamsP.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArDetCellParams
Definition
ILArDetCellParams.h:13
LArConditionsContainer< LArDetCellParamsP >::LArConditionsContainer
LArConditionsContainer()
LArDetCellParamsComplete
This class implements the ILArDetCellParams interface.
Definition
LArDetCellParamsComplete.h:26
LArDetCellParamsComplete::CONTAINER
LArConditionsContainer< LArDetCellParamsP > CONTAINER
Definition
LArDetCellParamsComplete.h:31
LArDetCellParamsComplete::LArDetCellParamsComplete
LArDetCellParamsComplete()
Definition
LArDetCellParamsComplete.cxx:7
LArDetCellParamsComplete::Omega0
virtual const float & Omega0(const HWIdentifier &CellID, int gain) const
Definition
LArDetCellParamsComplete.cxx:25
LArDetCellParamsComplete::set
void set(const HWIdentifier &CellID, int gain, float omega0, float taur)
Definition
LArDetCellParamsComplete.cxx:12
LArDetCellParamsComplete::~LArDetCellParamsComplete
virtual ~LArDetCellParamsComplete()
Definition
LArDetCellParamsComplete.cxx:8
LArDetCellParamsComplete::Taur
virtual const float & Taur(const HWIdentifier &CellID, int gain) const
Definition
LArDetCellParamsComplete.cxx:31
Generated on
for ATLAS Offline Software by
1.17.0