FACT++  1.0
static void DataCalib::Apply ( float *  vec,
int16_t *  val,
const int16_t *  start,
uint32_t  roi 
)
inlinestatic

Definition at line 44 of file DataCalib.h.

References DrsCalibration::Apply().

45  {
46  fData.Apply(vec, val, start, roi);
47  }
int start(int initState)
Definition: feeserver.c:1740
bool Apply(float *vec, const int16_t *val, const int16_t *start, uint32_t roi)
Definition: DrsCalib.h:1608
static DrsCalibration fData
Definition: DataCalib.h:13

+ Here is the call graph for this function: