FSUDAQ/DigitizerPSD.h

19 lines
306 B
C
Raw Normal View History

#ifndef DIGITIZER_PSD_H
#define DIGITIZER_PSD_H
2022-08-09 16:02:45 -04:00
#include "ClassDigitizer.h"
class DigitizerPSD : public Digitizer {
public:
DigitizerPSD();
DigitizerPSD(int boardID, int portID = 0);
~DigitizerPSD();
//int ProgramBoard();
//
//void GetChannelSetting(int ch);
};
#endif