ATLAS Offline Software
LArCalorimeter
LArCOOLConditions
LArCOOLConditions
LArMinBiasAverageSC.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
5
#define LARCOOLCONDITIONS_LARMINBIASAVERAGESC_H
6
7
#include "
LArElecCalib/ILArMinBiasAverage.h
"
8
#include "
LArCOOLConditions/LArSingleFloatBlob.h
"
9
#include "
LArCOOLConditions/LArCondSuperCellBase.h
"
10
11
12
class
CondAttrListCollection
;
13
14
class
LArMinBiasAverageSC
:
public
ILArMinBiasAverage
,
15
public
LArCondSuperCellBase
,
16
public
LArSingleFloatBlob
{
17
18
public
:
19
LArMinBiasAverageSC
();
20
LArMinBiasAverageSC
(
const
CondAttrListCollection
* attrList);
21
22
virtual
~LArMinBiasAverageSC
();
23
24
bool
good
()
const
{
return
m_isInitialized
&&
m_nChannels
>0; }
25
26
// retrieving LArMinBiasAverage using online ID
27
virtual
const
float
&
minBiasAverage
(
const
HWIdentifier
& chid)
const
;
28
29
private
:
30
//static const float errorcode;
31
32
};
33
#include "
AthenaKernel/CondCont.h
"
34
CLASS_DEF
(
LArMinBiasAverageSC
, 265616076 , 1 )
35
CONDCONT_DEF
(
LArMinBiasAverageSC
, 190001154,
ILArMinBiasAverage
);
36
37
#endif
38
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
CONDCONT_DEF(LArMinBiasAverageSC, 190001154, ILArMinBiasAverage)
ILArMinBiasAverage
Definition:
ILArMinBiasAverage.h:13
HWIdentifier
Definition:
HWIdentifier.h:13
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number....
Definition:
CondAttrListCollection.h:52
LArSingleFloatBlob::m_nChannels
unsigned m_nChannels
Definition:
LArSingleFloatBlob.h:30
LArMinBiasAverageSC::~LArMinBiasAverageSC
virtual ~LArMinBiasAverageSC()
Definition:
LArMinBiasAverageSC.cxx:14
LArMinBiasAverageSC::good
bool good() const
Definition:
LArMinBiasAverageSC.h:24
LArSingleFloatBlob
Definition:
LArSingleFloatBlob.h:15
LArCondSuperCellBase
Definition:
LArCondSuperCellBase.h:15
LArMinBiasAverageSC::minBiasAverage
virtual const float & minBiasAverage(const HWIdentifier &chid) const
access to average of E in minimum bias events index by Identifier
Definition:
LArMinBiasAverageSC.cxx:32
LArSingleFloatBlob.h
LArCondSuperCellBase.h
LArMinBiasAverageSC
Definition:
LArMinBiasAverageSC.h:16
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
LArMinBiasAverageSC::LArMinBiasAverageSC
LArMinBiasAverageSC()
Definition:
LArMinBiasAverageSC.cxx:10
LArCondSuperCellBase::m_isInitialized
bool m_isInitialized
Definition:
LArCondSuperCellBase.h:22
ILArMinBiasAverage.h
Generated on Thu Nov 7 2024 21:19:44 for ATLAS Offline Software by
1.8.18