Loading [MathJax]/extensions/tex2jax.js
|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILECONDITIONS_TILESAMPLENOISE_H
6 #define TILECONDITIONS_TILESAMPLENOISE_H
26 float getPed(
unsigned int drawerIdx,
unsigned int channel,
unsigned int adc)
const;
28 float getHfn(
unsigned int drawerIdx,
unsigned int channel,
unsigned int adc)
const;
30 float getLfn(
unsigned int drawerIdx,
unsigned int channel,
unsigned int adc)
const;
32 float getHfn1(
unsigned int drawerIdx,
unsigned int channel,
unsigned int adc)
const;
34 float getHfn2(
unsigned int drawerIdx,
unsigned int channel,
unsigned int adc)
const;
Generic class for storing a number of floats (Flt) for each channel or ADC.
float getHfn2(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
Hold mappings of ranges to condition objects.
TileSampleNoise(std::unique_ptr< TileCalibDataFlt > sampleNoise)
Condition object to keep and provide Tile sample noise.
virtual ~TileSampleNoise()=default
float getHfn(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
float getHfn1(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
float getHfnNorm(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
float getPed(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
float getLfn(unsigned int drawerIdx, unsigned int channel, unsigned int adc) const
CONDCONT_DEF(TileSampleNoise, 176906267)
macros to associate a CLID to a type
std::unique_ptr< TileCalibDataFlt > m_sampleNoise