![]() |
ATLAS Offline Software
|
Condition object to keep and provide Tile sample noise. More...
#include <TileSampleNoise.h>
Public Member Functions | |
| TileSampleNoise (std::unique_ptr< TileCalibDataFlt > sampleNoise) | |
| virtual | ~TileSampleNoise ()=default |
| float | getPed (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
| float | getHfn (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
| float | getLfn (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
| float | getHfn1 (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
| float | getHfn2 (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
| float | getHfnNorm (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const |
Private Attributes | |
| std::unique_ptr< TileCalibDataFlt > | m_sampleNoise |
Condition object to keep and provide Tile sample noise.
Definition at line 18 of file TileSampleNoise.h.
|
inline |
Definition at line 22 of file TileSampleNoise.h.
|
virtualdefault |
|
inline |
Definition at line 51 of file TileSampleNoise.h.
|
inline |
Definition at line 63 of file TileSampleNoise.h.
|
inline |
Definition at line 71 of file TileSampleNoise.h.
|
inline |
Definition at line 78 of file TileSampleNoise.h.
|
inline |
Definition at line 56 of file TileSampleNoise.h.
|
inline |
Definition at line 46 of file TileSampleNoise.h.
|
private |
Definition at line 40 of file TileSampleNoise.h.