ATLAS Offline Software
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 
9 #include "LArElecCalib/ILArNoise.h"
12 
13 #include <vector>
14 
26  public LArConditionsContainer<LArNoiseP>
27 {
28 public:
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
LArNoiseComplete::noise
virtual const float & noise(const HWIdentifier &CellID, int gain) const override
Definition: LArNoiseComplete.cxx:26
LArNoiseP.h
ILArNoise.h
LArNoiseComplete
This class implements the ILArNoise interface.
Definition: LArNoiseComplete.h:27
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArNoiseComplete::~LArNoiseComplete
virtual ~LArNoiseComplete()
Definition: LArNoiseComplete.cxx:12
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
ILArNoise
Definition: ILArNoise.h:12
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArNoiseComplete::set
void set(const HWIdentifier &CellID, int gain, float vNoise)
Definition: LArNoiseComplete.cxx: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
LArNoiseComplete::LArNoiseComplete
LArNoiseComplete()
Definition: LArNoiseComplete.cxx:7
CLASS_DEF.h
macros to associate a CLID to a type
LArNoiseComplete::CONTAINER
LArConditionsContainer< LArNoiseP > CONTAINER
Definition: LArNoiseComplete.h:29