1 #ifndef CastorPedestalWidth_h 2 #define CastorPedestalWidth_h 15 #include <boost/cstdint.hpp> 26 float getSigma (
int fCapId1,
int fCapId2)
const;
30 void setSigma (
int fCapId1,
int fCapId2,
float fSigma);
35 void makeNoise (
unsigned fFrames,
const double* fGauss,
double* fNoise)
const;
void setSigma(int fCapId1, int fCapId2, float fSigma)
float getWidth(int fCapId) const
get width (sqrt(sigma_i_i)) for capId = 0..3
void makeNoise(unsigned fFrames, const double *fGauss, double *fNoise) const
float getSigma(int fCapId1, int fCapId2) const
get correlation element for capId1/2 = 0..3
const float * getValues() const
get value for all capId = 0..3, 10 values in total
#define COND_SERIALIZABLE
CastorPedestalWidth(int fId=0)