ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArNoiseComplete.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_LARNOISECOMPLETE_H
6
#define LARRAWCONDITIONS_LARNOISECOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
LArElecCalib/ILArNoise.h
"
10
#include "
LArRawConditions/LArNoiseP.h
"
11
#include "
LArRawConditions/LArConditionsContainer.h
"
12
13
#include <vector>
14
24
25
class
LArNoiseComplete
:
public
ILArNoise
,
26
public
LArConditionsContainer
<LArNoiseP>
27
{
28
public
:
29
typedef
LArConditionsContainer<LArNoiseP>
CONTAINER
;
30
LArNoiseComplete
();
31
virtual
~LArNoiseComplete
( );
32
33
// retrieving Noise using online ID
34
virtual
const
float
&
noise
(
const
HWIdentifier
& CellID,
int
gain)
const override
;
35
36
// set method filling the data members individually (if one
37
// wants to fill this class not using the DB)
38
void
set
(
const
HWIdentifier
& CellID,
int
gain,
float
vNoise);
39
};
40
41
CLASS_DEF
(
LArNoiseComplete
, 12532144, 1)
42
#endif
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
ILArNoise.h
LArConditionsContainer.h
LArNoiseP.h
HWIdentifier
Definition
HWIdentifier.h:13
ILArNoise
Definition
ILArNoise.h:12
LArConditionsContainer< LArNoiseP >::LArConditionsContainer
LArConditionsContainer()
LArNoiseComplete
This class implements the ILArNoise interface.
Definition
LArNoiseComplete.h:27
LArNoiseComplete::CONTAINER
LArConditionsContainer< LArNoiseP > CONTAINER
Definition
LArNoiseComplete.h:29
LArNoiseComplete::LArNoiseComplete
LArNoiseComplete()
Definition
LArNoiseComplete.cxx:7
LArNoiseComplete::~LArNoiseComplete
virtual ~LArNoiseComplete()
Definition
LArNoiseComplete.cxx:12
LArNoiseComplete::noise
virtual const float & noise(const HWIdentifier &CellID, int gain) const override
Definition
LArNoiseComplete.cxx:26
LArNoiseComplete::set
void set(const HWIdentifier &CellID, int gain, float vNoise)
Definition
LArNoiseComplete.cxx:16
Generated on
for ATLAS Offline Software by
1.17.0