ATLAS Offline Software
LArNoiseComplete.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARNOISECOMPLETE_H
6 #define LARRAWCONDITIONS_LARNOISECOMPLETE_H
7 
8 #include "LArElecCalib/ILArNoise.h"
11 
12 #include <vector>
13 
25  public LArConditionsContainer<LArNoiseP>
26 {
27 public:
30  virtual ~LArNoiseComplete( );
31 
32  // retrieving Noise using online ID
33  virtual const float& noise(const HWIdentifier& CellID,int gain) const override;
34 
35  // set method filling the data members individually (if one
36  // wants to fill this class not using the DB)
37  void set(const HWIdentifier& CellID, int gain, float vNoise);
38 };
39 
40 CLASS_DEF( LArNoiseComplete, 12532144, 1)
41 #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:26
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
LArNoiseComplete::CONTAINER
LArConditionsContainer< LArNoiseP > CONTAINER
Definition: LArNoiseComplete.h:28