ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCOOLConditions
LArCOOLConditions
LArNoiseFlat.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
// Dear emacs, this is -*-c++-*-
6
#ifndef LARCOOLCONDITIONS_LARNOISEFLAT_H
7
#define LARCOOLCONDITIONS_LARNOISEFLAT_H
8
9
#include "
LArElecCalib/ILArNoise.h
"
10
#include "
LArCOOLConditions/LArSingleFloatBlob.h
"
11
#include "
LArCOOLConditions/LArCondFlatBase.h
"
12
13
14
class
CondAttrListCollection
;
15
16
class
LArNoiseFlat
:
public
ILArNoise
,
17
public
LArCondFlatBase
,
18
public
LArSingleFloatBlob
{
19
20
public
:
21
LArNoiseFlat
();
22
LArNoiseFlat
(
const
CondAttrListCollection
* attrList);
23
24
virtual
~LArNoiseFlat
();
25
26
bool
good
()
const
{
return
m_isInitialized
&&
m_nChannels
>0; }
27
28
// retrieving LArNoise using online ID
29
virtual
const
float
&
noise
(
const
HWIdentifier
& chid,
int
gain)
const
;
30
31
private
:
32
//static const float errorcode;
33
34
};
35
#include "
AthenaKernel/CondCont.h
"
36
CLASS_DEF
(
LArNoiseFlat
,56185552 , 1 )
37
CONDCONT_DEF
(
LArNoiseFlat
, 123133640,
ILArNoise
);
38
39
#endif
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
#define CONDCONT_DEF(...)
Definition
CondCont.h:1413
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
ILArNoise.h
LArCondFlatBase.h
LArSingleFloatBlob.h
CondAttrListCollection
This class is a collection of AttributeLists where each one is associated with a channel number.
Definition
CondAttrListCollection.h:51
HWIdentifier
Definition
HWIdentifier.h:13
ILArNoise
Definition
ILArNoise.h:12
LArCondFlatBase::LArCondFlatBase
LArCondFlatBase(const std::string &name)
Definition
LArCondFlatBase.cxx:19
LArCondFlatBase::m_isInitialized
bool m_isInitialized
Definition
LArCondFlatBase.h:24
LArNoiseFlat
Definition
LArNoiseFlat.h:18
LArNoiseFlat::LArNoiseFlat
LArNoiseFlat()
Definition
LArNoiseFlat.cxx:10
LArNoiseFlat::~LArNoiseFlat
virtual ~LArNoiseFlat()
Definition
LArNoiseFlat.cxx:14
LArNoiseFlat::noise
virtual const float & noise(const HWIdentifier &chid, int gain) const
Definition
LArNoiseFlat.cxx:28
LArNoiseFlat::good
bool good() const
Definition
LArNoiseFlat.h:26
LArSingleFloatBlob::m_nChannels
unsigned m_nChannels
Definition
LArSingleFloatBlob.h:30
LArSingleFloatBlob::LArSingleFloatBlob
LArSingleFloatBlob()
Definition
LArSingleFloatBlob.cxx:11
Generated on
for ATLAS Offline Software by
1.17.0