1 #ifndef BM12CONTROLLER_H
2 #define BM12CONTROLLER_H
31 void save(
int ch,
int mem);
32 void clear(
int ch,
int mem);
33 void count(
int ch,
int win);
49 QList<EpicsPulseAnalyser*>
m_TCA;
virtual ~BM12Controller()
EpicsA2DConverter * a2d()
QList< BM12Waveforms * > m_Waveforms
EpicsPowerSupply * powerSupply()
BM12Controller(MCAController *ctrl, QwtPlot *graph, QObject *parent=0)
double calibratedValue(int bin)
QList< EpicsPulseAnalyser * > m_TCA
EpicsPulseAnalyser * pulseAnalyser(int chan)
void count(int ch, int win)
void selectSCA(int ch, int win)
void saveEnergyWindows(int ch)
void clear(int ch, int mem)
void loadEnergyWindows(int ch)
QString m_SaveWindowsPath
void save(int ch, int mem)
MCAController * m_Controller