#include <AutoCorrMat.h>
Public Member Functions | |
void | add (int lay, int strip, int *adc) |
float * | autocorrmat (int lay, int strip) |
Chamber_AutoCorrMat () | |
void | zero () |
~Chamber_AutoCorrMat () | |
Private Attributes | |
AutoCorrMat | CMat [LAYERS_ma][STRIPS_ma] |
float | m [12] |
Definition at line 82 of file AutoCorrMat.h.
Chamber_AutoCorrMat::Chamber_AutoCorrMat | ( | ) | [inline] |
Definition at line 85 of file AutoCorrMat.h.
{}
Chamber_AutoCorrMat::~Chamber_AutoCorrMat | ( | ) | [inline] |
Definition at line 86 of file AutoCorrMat.h.
{}
void Chamber_AutoCorrMat::add | ( | int | lay, |
int | strip, | ||
int * | adc | ||
) | [inline] |
Definition at line 96 of file AutoCorrMat.h.
References AutoCorrMat::add(), CMat, and strip().
float* Chamber_AutoCorrMat::autocorrmat | ( | int | lay, |
int | strip | ||
) | [inline] |
void Chamber_AutoCorrMat::zero | ( | ) | [inline] |
AutoCorrMat Chamber_AutoCorrMat::CMat[LAYERS_ma][STRIPS_ma] [private] |
Definition at line 109 of file AutoCorrMat.h.
Referenced by add(), autocorrmat(), and zero().
float Chamber_AutoCorrMat::m[12] [private] |
Definition at line 110 of file AutoCorrMat.h.
Referenced by autocorrmat().